Another handy patch for Peter Dobratz - thanks for keeping us honest

with the documentation.
This commit is contained in:
Oliver Burn 2003-03-16 09:36:25 +00:00
parent 20325ac897
commit 44c7e4480b
1 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ public abstract class Check extends AutomaticBean
/**
* Returns the severity level of the check.
* @return the severity level
* @see com.puppycrawl.tools.checkstyle.SeverityLevel
* @see com.puppycrawl.tools.checkstyle.api.SeverityLevel
*/
public final SeverityLevel getSeverityLevel()
{
@ -242,7 +242,7 @@ public abstract class Check extends AutomaticBean
* defined in the <code>SeverityLevel</code> class.
*
* @param aSeverity The new severity level
* @see com.puppycrawl.tools.checkstyle.SeverityLevel
* @see com.puppycrawl.tools.checkstyle.api.SeverityLevel
*/
public void setSeverity(String aSeverity)
{