jdk/src/share/classes/com/sun/jndi/cosnaming/CNCtx.java
changeset 25808 e113d0a0fde0
parent 13153 338ae0f48371
equal deleted inserted replaced
25807:6c325960c9ee 25808:e113d0a0fde0
  1143             return;
  1143             return;
  1144         }
  1144         }
  1145 
  1145 
  1146         // Never destroy an orb in CNCtx.
  1146         // Never destroy an orb in CNCtx.
  1147         // The orb we have is either the shared/default orb, or one passed in to a constructor
  1147         // The orb we have is either the shared/default orb, or one passed in to a constructor
  1148         // from elsewhere, so that orb is somebody else's reponsibility.
  1148         // from elsewhere, so that orb is somebody else's responsibility.
  1149     }
  1149     }
  1150 
  1150 
  1151     protected void finalize() {
  1151     protected void finalize() {
  1152         try {
  1152         try {
  1153             close();
  1153             close();