mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 20:43:18 +00:00
javadoc (doclint) and whitespace fixes
includes whitespace fixes as per Coding Conventions
This commit is contained in:
@@ -345,8 +345,9 @@ public class Bitstream extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
* bitstream is uncertain, and the format is set to "unknown."
|
||||
*
|
||||
* @param context
|
||||
* The relevant DSpace Context.
|
||||
* @param desc
|
||||
* the user's description of the format
|
||||
* the user's description of the format
|
||||
* @throws SQLException if database error
|
||||
*/
|
||||
public void setUserFormatDescription(Context context, String desc) throws SQLException
|
||||
@@ -436,4 +437,4 @@ public class Bitstream extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
return hash;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user