equal
deleted
inserted
replaced
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; |