mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
Clean up dspace-api doc comment warnings
This commit is contained in:
@@ -686,9 +686,11 @@ public class Bitstream extends DSpaceObject
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the parent object of a bitstream. It can either be an item if this is a normal
|
||||
* bitstream, otherwise it could be a collection or a community if it is a logo.
|
||||
* @return
|
||||
* Get the parent object of a bitstream. The parent can be an item if this
|
||||
* is a normal bitstream, or it could be a collection or a community if the
|
||||
* bitstream is a logo.
|
||||
*
|
||||
* @return this bitstream's parent.
|
||||
* @throws SQLException
|
||||
*/
|
||||
public DSpaceObject getParentObject() throws SQLException
|
||||
|
Reference in New Issue
Block a user