mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

mrossign
07.00.2009 09c8e4ad1dc97e5557b343aea547279bbf76b9cf
no @override as java 1.5 does not like it ...
1 files modified
3 ■■■■■ changed files
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 3 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -1025,7 +1025,6 @@
    /**
     * {@inheritDoc}
     */
    @Override
    public boolean hasNext()
    {
      return attrValIt.hasNext();
@@ -1034,7 +1033,6 @@
    /**
     * {@inheritDoc}
     */
    @Override
    public String next()
    {
      return attrValIt.next().getValue().toString();
@@ -1043,7 +1041,6 @@
    /**
     * {@inheritDoc}
     */
    @Override
    // Should not be needed anyway
    public void remove()
    {