jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidUserPrincipal.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30044 bab15bbe2ca3
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    83      * <p>
    83      * <p>
    84      *
    84      *
    85      * @param o Object to be compared for equality with this
    85      * @param o Object to be compared for equality with this
    86      *          <code>NTSidUserPrincipal</code>.
    86      *          <code>NTSidUserPrincipal</code>.
    87      *
    87      *
    88      * @return true if the specified Object is equal equal to this
    88      * @return true if the specified Object is equal to this
    89      *          <code>NTSidUserPrincipal</code>.
    89      *          <code>NTSidUserPrincipal</code>.
    90      */
    90      */
    91     public boolean equals(Object o) {
    91     public boolean equals(Object o) {
    92             if (o == null)
    92             if (o == null)
    93                 return false;
    93                 return false;