Another handy patch for Peter Dobratz - thanks for keeping us honest
with the documentation.
This commit is contained in:
parent
20325ac897
commit
44c7e4480b
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue