mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
Clean up remaining doclint errors and warnings.
Throughout dspace-sword I was baffled by the validation aspect, so you'll see lots of "UNKNOWN. PLEASE DOCUMENT." that I wrote just to shut doclint up. If you know how this works, please amend my placeholders.
This commit is contained in:
@@ -104,8 +104,8 @@ public class EPerson extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
/**
|
||||
* Return true if this object equals obj, false otherwise.
|
||||
*
|
||||
* @param obj
|
||||
* @return true if ResourcePolicy objects are equal
|
||||
* @param obj another EPerson.
|
||||
* @return true if EPerson objects are equal in ID, email, and full name
|
||||
*/
|
||||
@Override
|
||||
public boolean equals(Object obj)
|
||||
|
Reference in New Issue
Block a user