Skip to content

Commit

Permalink
Mark's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweij committed Mar 14, 2024
1 parent a89d358 commit 3491a4c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import org.ietf.jgss.GSSException;
import sun.security.jgss.GSSToken;
import sun.security.util.Debug;
import sun.security.util.DerOutputStream;
import sun.security.util.DerValue;
import sun.security.util.ObjectIdentifier;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import sun.security.krb5.Asn1Exception;
import sun.security.krb5.Config;
import sun.security.krb5.KrbException;
import sun.security.util.Debug;
import sun.security.util.DerInputStream;
import sun.security.util.DerOutputStream;
import sun.security.util.DerValue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

package sun.security.krb5.internal.crypto;

import sun.security.krb5.internal.Krb5;

import java.security.MessageDigestSpi;
import java.security.DigestException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -802,10 +802,6 @@ private void promptForName(boolean getPasswdFromSharedState)
if (getPasswdFromSharedState) {
// use the name saved by the first module in the stack
username = (String)sharedState.get(NAME);
if (debug != null) {
debug.println
("username from shared state is " + username + "\n");
}
if (debug != null) {
debug.println
("username from shared state is " + username + "\n");
Expand Down

0 comments on commit 3491a4c

Please sign in to comment.