mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
[DS-707] Style / readability improvements
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5565 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -71,9 +71,13 @@ public abstract class DSpaceObject
|
||||
protected void addDetails(String d)
|
||||
{
|
||||
if (eventDetails == null)
|
||||
{
|
||||
eventDetails = new StringBuffer(d);
|
||||
}
|
||||
else
|
||||
{
|
||||
eventDetails.append(", ").append(d);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user