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