jdk/src/share/classes/com/sun/jndi/ldap/ClientId.java
changeset 25808 e113d0a0fde0
parent 25514 3cc6665bb6f4
equal deleted inserted replaced
25807:6c325960c9ee 25808:e113d0a0fde0
   194         } catch(Exception e) {
   194         } catch(Exception e) {
   195             if (debug) {
   195             if (debug) {
   196                 System.out.println("ClientId received an exception");
   196                 System.out.println("ClientId received an exception");
   197                 e.printStackTrace();
   197                 e.printStackTrace();
   198             }
   198             }
   199             // Failed to invoke the comparator; flag unequality
   199             // Failed to invoke the comparator; flag inequality
   200             return false;
   200             return false;
   201         }
   201         }
   202         if (((Integer) ret) == 0) {
   202         if (((Integer) ret) == 0) {
   203             return true;
   203             return true;
   204         }
   204         }