mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +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:
@@ -301,7 +301,7 @@ public final class CheckerCommand
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Process general case bistream.
|
||||
* Process general case bitstream.
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
@@ -351,7 +351,7 @@ public final class CheckerCommand
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
// ??this code only executes if an sql
|
||||
// ??this code only executes if an SQL
|
||||
// exception occurs in *DSpace* code, probably
|
||||
// indicating a general db problem?
|
||||
info
|
||||
@@ -453,7 +453,7 @@ public final class CheckerCommand
|
||||
/**
|
||||
* Set report errors only
|
||||
*
|
||||
* @param reportErrorsOnly
|
||||
* @param reportVerbose
|
||||
* true to report only errors in the logs.
|
||||
*/
|
||||
public void setReportVerbose(boolean reportVerbose)
|
||||
|
Reference in New Issue
Block a user