Fix javadoc warnings and errors

In preparation of release fix javadoc warnings and errors

Signed-off-by: Doug Morato <dm@corp.io>
This commit is contained in:
Doug Morato
2016-11-18 16:33:02 -05:00
parent 114f220c15
commit d3e4792b37
4 changed files with 4 additions and 7 deletions

View File

@ -37,7 +37,7 @@ public class LabelDebugger implements Serializable {
/**
* <p>Sets the status to enabled</p>
* @param enabled
* @param enabled {@link org.owasp.webgoat.session.LabelDebugger} object
*/
public void setEnabled(boolean enabled) {
this.enabled = enabled;