Searched refs:gotDefault (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DInitialContext.java157 protected boolean gotDefault = false; field in class:InitialContext
300 * Set <code>gotDefault</code> so that we know we've tried this before.
306 if (!gotDefault) {
308 gotDefault = true;
553 gotDefault = false;

Completed in 30 milliseconds