jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/SolarisNumericUserPrincipal.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30044 bab15bbe2ca3
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   149      * <p>
   149      * <p>
   150      *
   150      *
   151      * @param o Object to be compared for equality with this
   151      * @param o Object to be compared for equality with this
   152      *          <code>SolarisNumericUserPrincipal</code>.
   152      *          <code>SolarisNumericUserPrincipal</code>.
   153      *
   153      *
   154      * @return true if the specified Object is equal equal to this
   154      * @return true if the specified Object is equal to this
   155      *          <code>SolarisNumericUserPrincipal</code>.
   155      *          <code>SolarisNumericUserPrincipal</code>.
   156      */
   156      */
   157     public boolean equals(Object o) {
   157     public boolean equals(Object o) {
   158         if (o == null)
   158         if (o == null)
   159             return false;
   159             return false;