mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
DS-3154: Fix some of the Javadocs errors in dspace-api
This commit is contained in:
@@ -85,7 +85,7 @@ public class ResultsLogger implements ChecksumResultsCollector
|
||||
*
|
||||
* @param info
|
||||
* the BitstreamInfo representing the result.
|
||||
* @see org.dspace.checker.ChecksumResultsCollector#collect(org.dspace.checker.MostRecentChecksum)
|
||||
* @see org.dspace.checker.ChecksumResultsCollector#collect(org.dspace.core.Context, org.dspace.checker.MostRecentChecksum)
|
||||
*/
|
||||
@Override
|
||||
public void collect(Context context, MostRecentChecksum info) throws SQLException {
|
||||
|
Reference in New Issue
Block a user