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