mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
Fight scroll blindness: fix many broken doc comments.
Also many small typos in comments. Some small reformatting for readability. git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5124 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -66,7 +66,7 @@ public abstract class DSpaceObject
|
||||
* separates entries with a comma.
|
||||
* Subclass can just start calling addDetails, since it creates
|
||||
* the cache if it needs to.
|
||||
* @param detail detail string to add.
|
||||
* @param d detail string to add.
|
||||
*/
|
||||
protected void addDetails(String d)
|
||||
{
|
||||
@@ -77,7 +77,7 @@ public abstract class DSpaceObject
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns summary of event details, or null if there are none.
|
||||
* @return summary of event details, or null if there are none.
|
||||
*/
|
||||
protected String getDetails()
|
||||
{
|
||||
|
Reference in New Issue
Block a user