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

mrossign
07.00.2009 12ec7654eff0e285dfb68bf654071acdb448bba4
no @override as java 1.5 does not like it ...
1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 3 ●●●●● patch | view | raw | blame | history
opendj-sdk/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()
    {