src/share/classes/com/sun/jndi/ldap/ClientId.java

Print this page
rev 10430 : imported patch typos

*** 194,204 **** } catch(Exception e) { if (debug) { System.out.println("ClientId received an exception"); e.printStackTrace(); } ! // Failed to invoke the comparator; flag unequality return false; } if (((Integer) ret) == 0) { return true; } --- 194,204 ---- } catch(Exception e) { if (debug) { System.out.println("ClientId received an exception"); e.printStackTrace(); } ! // Failed to invoke the comparator; flag inequality return false; } if (((Integer) ret) == 0) { return true; }