Searched defs:foundEntry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapReferralException.java81 private boolean foundEntry = false; // will stop when entry is found field in class:LdapReferralException
308 return (! foundEntry) && (referralIndex < referralCount);
340 foundEntry = resolved;
409 System.out.println(" foundEntry=" + foundEntry);

Completed in 30 milliseconds