sdk/src/com/sun/opends/sdk/tools/LDAPSearch.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2009 Sun Microsystems, Inc. * Copyright 2009-2010 Sun Microsystems, Inc. */ package com.sun.opends.sdk.tools; @@ -180,6 +180,26 @@ println(LocalizableMessage.raw(reference.toString())); return true; } /** * {@inheritDoc} */ public void handleErrorResult(ErrorResultException error) { // Ignore. } /** * {@inheritDoc} */ public void handleResult(Result result) { // Ignore. } }