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:
@ -34,6 +34,7 @@ import org.springframework.stereotype.Component;
|
||||
* free software projects.
|
||||
*
|
||||
* @version $Id: $Id
|
||||
* @author dm
|
||||
*/
|
||||
@Component
|
||||
public class BeanProvider implements ApplicationContextAware
|
||||
|
@ -32,6 +32,7 @@ import java.util.Map;
|
||||
* projects.
|
||||
*
|
||||
* @version $Id: $Id
|
||||
* @author dm
|
||||
*/
|
||||
public class HtmlEncoder
|
||||
{
|
||||
|
@ -31,6 +31,7 @@ import java.util.Locale;
|
||||
* free software projects.
|
||||
*
|
||||
* @version $Id: $Id
|
||||
* @author dm
|
||||
*/
|
||||
public interface LabelManager
|
||||
{
|
||||
|
@ -36,6 +36,7 @@ import java.util.Locale;
|
||||
* free software projects.
|
||||
*
|
||||
* @version $Id: $Id
|
||||
* @author dm
|
||||
*/
|
||||
@Component("labelManager")
|
||||
public class LabelManagerImpl implements LabelManager, Serializable
|
||||
|
@ -44,6 +44,7 @@ import java.util.Locale;
|
||||
* for free software projects.
|
||||
*
|
||||
* @version $Id: $Id
|
||||
* @author dm
|
||||
*/
|
||||
@Component
|
||||
@Singleton
|
||||
|
@ -11,6 +11,7 @@ import org.owasp.webgoat.session.WebgoatContext;
|
||||
* <p>WebGoatI18N class.</p>
|
||||
*
|
||||
* @version $Id: $Id
|
||||
* @author dm
|
||||
*/
|
||||
public class WebGoatI18N
|
||||
{
|
||||
|
Reference in New Issue
Block a user