jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/NTDomainPrincipal.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30044 bab15bbe2ca3
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   115      * <p>
   115      * <p>
   116      *
   116      *
   117      * @param o Object to be compared for equality with this
   117      * @param o Object to be compared for equality with this
   118      *          <code>NTDomainPrincipal</code>.
   118      *          <code>NTDomainPrincipal</code>.
   119      *
   119      *
   120      * @return true if the specified Object is equal equal to this
   120      * @return true if the specified Object is equal to this
   121      *          <code>NTDomainPrincipal</code>.
   121      *          <code>NTDomainPrincipal</code>.
   122      */
   122      */
   123     public boolean equals(Object o) {
   123     public boolean equals(Object o) {
   124         if (o == null)
   124         if (o == null)
   125                 return false;
   125                 return false;