Fixining all the javadoc issues preventing the release

In order to perfom a Sonatype OSS release, all the javadocs must pe corretly and completely parsed in order to pass the release requirement.
This comment is only adding "comments' pertaining to javadoc. NO CODE HAS BEEN CHANGED

Signed-off-by: Doug Morato <dm@corp.io>
This commit is contained in:
Doug Morato
2016-01-31 23:14:50 -05:00
parent 35a39777af
commit 6320c2d22d
43 changed files with 215 additions and 14 deletions

View File

@ -34,6 +34,7 @@ import org.springframework.stereotype.Component;
* free software projects.
*
* @version $Id: $Id
* @author dm
*/
@Component
public class BeanProvider implements ApplicationContextAware

View File

@ -32,6 +32,7 @@ import java.util.Map;
* projects.
*
* @version $Id: $Id
* @author dm
*/
public class HtmlEncoder
{

View File

@ -31,6 +31,7 @@ import java.util.Locale;
* free software projects.
*
* @version $Id: $Id
* @author dm
*/
public interface LabelManager
{

View File

@ -36,6 +36,7 @@ import java.util.Locale;
* free software projects.
*
* @version $Id: $Id
* @author dm
*/
@Component("labelManager")
public class LabelManagerImpl implements LabelManager, Serializable

View File

@ -44,6 +44,7 @@ import java.util.Locale;
* for free software projects.
*
* @version $Id: $Id
* @author dm
*/
@Component
@Singleton

View File

@ -11,6 +11,7 @@ import org.owasp.webgoat.session.WebgoatContext;
* <p>WebGoatI18N class.</p>
*
* @version $Id: $Id
* @author dm
*/
public class WebGoatI18N
{