jdk/src/share/classes/sun/security/krb5/Realm.java
changeset 7977 f47f211cd627
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
child 9007 05f25362fb76
equal deleted inserted replaced
7976:f273c0d04215 7977:f47f211cd627
   357             }
   357             }
   358             return null;
   358             return null;
   359         }
   359         }
   360 
   360 
   361         String tempTarget = null, tempRealm = null;
   361         String tempTarget = null, tempRealm = null;
   362         Stack<String> iStack = new Stack<String> ();
   362         Stack<String> iStack = new Stack<>();
   363 
   363 
   364         /*
   364         /*
   365          * I don't expect any more than a handful of intermediaries.
   365          * I don't expect any more than a handful of intermediaries.
   366          */
   366          */
   367         Vector<String> tempList = new Vector<String> (8, 8);
   367         Vector<String> tempList = new Vector<>(8, 8);
   368 
   368 
   369         /*
   369         /*
   370          * The initiator at first location.
   370          * The initiator at first location.
   371          */
   371          */
   372         tempList.add(cRealm);
   372         tempList.add(cRealm);