Author: elecharny Date: Wed Aug 17 16:02:45 2011 New Revision: 1158792 URL: http://svn.apache.org/viewvc?rev=1158792&view=rev Log: Removed a local after() method Modified: directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/xdbm/search/impl/AndCursor.java Modified: directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/xdbm/search/impl/AndCursor.java URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/xdbm/search/impl/AndCursor.java?rev=1158792&r1=1158791&r2=1158792&view=diff ============================================================================== --- directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/xdbm/search/impl/AndCursor.java (original) +++ directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/xdbm/search/impl/AndCursor.java Wed Aug 17 16:02:45 2011 @@ -82,15 +82,6 @@ public class AndCursor extends Ab } - /** - * {@inheritDoc} - */ - public void after( IndexEntry element ) throws Exception - { - throw new UnsupportedOperationException( UNSUPPORTED_MSG ); - } - - public void beforeFirst() throws Exception { checkNotClosed( "beforeFirst()" );