jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java
equal
deleted
inserted
replaced
185 * <p> |
185 * <p> |
186 * |
186 * |
187 * @param o Object to be compared for equality with this |
187 * @param o Object to be compared for equality with this |
188 * <code>UnixNumericGroupPrincipal</code>. |
188 * <code>UnixNumericGroupPrincipal</code>. |
189 * |
189 * |
190 * @return true if the specified Object is equal equal to this |
190 * @return true if the specified Object is equal to this |
191 * <code>UnixNumericGroupPrincipal</code>. |
191 * <code>UnixNumericGroupPrincipal</code>. |
192 */ |
192 */ |
193 public boolean equals(Object o) { |
193 public boolean equals(Object o) { |
194 if (o == null) |
194 if (o == null) |
195 return false; |
195 return false; |