jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/X500Principal.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30044 bab15bbe2ca3
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   128      * <p>
   128      * <p>
   129      *
   129      *
   130      * @param o Object to be compared for equality with this
   130      * @param o Object to be compared for equality with this
   131      *          <code>X500Principal</code>.
   131      *          <code>X500Principal</code>.
   132      *
   132      *
   133      * @return true if the specified Object is equal equal to this
   133      * @return true if the specified Object is equal to this
   134      *          <code>X500Principal</code>.
   134      *          <code>X500Principal</code>.
   135      */
   135      */
   136     public boolean equals(Object o) {
   136     public boolean equals(Object o) {
   137         if (o == null)
   137         if (o == null)
   138             return false;
   138             return false;