[spring-extensions] branch master updated: JPAR-131 - Fix doclint issues in test javadoc

Ian Young ian at iay.org.uk
Fri Dec 20 12:29:16 EST 2019


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=9ee100690ccd7b5c45c34d8e1d6374a01c76dc86

The following commit(s) were added to refs/heads/master by this push:
       new  9ee1006   JPAR-131 - Fix doclint issues in test javadoc
9ee1006 is described below

commit 9ee100690ccd7b5c45c34d8e1d6374a01c76dc86
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Dec 20 17:29:12 2019 +0000

    JPAR-131 - Fix doclint issues in test javadoc
    
    https://issues.shibboleth.net/jira/browse/JPAR-131
---
 .../net/shibboleth/ext/spring/service/TestServiceableComponent.java  | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/test/java/net/shibboleth/ext/spring/service/TestServiceableComponent.java b/src/test/java/net/shibboleth/ext/spring/service/TestServiceableComponent.java
index ebc0848..bfe273f 100644
--- a/src/test/java/net/shibboleth/ext/spring/service/TestServiceableComponent.java
+++ b/src/test/java/net/shibboleth/ext/spring/service/TestServiceableComponent.java
@@ -19,9 +19,6 @@ package net.shibboleth.ext.spring.service;
 
 import javax.annotation.Nonnull;
 
-/**
- *
- */
 public class TestServiceableComponent extends AbstractServiceableComponent<TestServiceableComponent> {
 
     private String theValue;
@@ -40,7 +37,7 @@ public class TestServiceableComponent extends AbstractServiceableComponent<TestS
     }
 
     /**
-     * @param theValue The theValue to set.
+     * @param value The theValue to set.
      */
     public void setTheValue(final String value) {
         theValue = value;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list