[java-idp-testbed COMMIT] /trunk/src/main/java/common/PathPropertySupport.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 10 12:58:59 EDT 2014


Author: iay
Date: Thu Jul 10 12:58:59 2014
New Revision: 276

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=276&view=rev
Log:
Javadoc fixes.

Modified:
    trunk/src/main/java/common/PathPropertySupport.java

Modified: trunk/src/main/java/common/PathPropertySupport.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/common/PathPropertySupport.java?rev=276&r1=275&r2=276&view=diff
==============================================================================
--- trunk/src/main/java/common/PathPropertySupport.java (original)
+++ trunk/src/main/java/common/PathPropertySupport.java Thu Jul 10 12:58:59 2014
@@ -40,8 +40,6 @@
     /**
      * Set the 'idp.home' system property if not already set, and preserve the unnormalized
      * form in idp.home.raw
-     * 
-     * @return the 'idp.home' property
      */
     public static void setupIdPHomeProperties() {
 
@@ -57,8 +55,6 @@
 
     /**
      * Set the 'testbed.home' system property if not already set.
-     * 
-     * @return the 'testbed.home' system property
      */
     public static void setupTestbedHomeProperty() {
         
@@ -74,7 +70,6 @@
     /**
      * Set system properties sourced from 'idp.properties' file.
      * 
-     * @param idpHome 'idp.home' path
      * @return the properties
      * @throws FileNotFoundException
      * @throws IOException



More information about the commits mailing list