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