[izpack-changes] r1480 - izpack-src/trunk/src/lib/com/izforge/izpack/util

noreply at berlios.de noreply at berlios.de
Tue Jul 4 21:49:39 CEST 2006


Author: eppelman
Date: 2006-07-04 21:49:37 +0200 (Tue, 04 Jul 2006)
New Revision: 1480

Modified:
   izpack-src/trunk/src/lib/com/izforge/izpack/util/VariableSubstitutor.java
Log:
javadoc maintenance to supress javadoc warnings

Modified: izpack-src/trunk/src/lib/com/izforge/izpack/util/VariableSubstitutor.java
===================================================================
--- izpack-src/trunk/src/lib/com/izforge/izpack/util/VariableSubstitutor.java	2006-07-04 19:48:36 UTC (rev 1479)
+++ izpack-src/trunk/src/lib/com/izforge/izpack/util/VariableSubstitutor.java	2006-07-04 19:49:37 UTC (rev 1480)
@@ -204,14 +204,13 @@
      * Substitute method Variant that gets An Input Stream and returns A String
      *
      * @param in The Input Stream, with Placeholders
-     * @param out The Substituted String
      * @param type The used FormatType
-     * @param encoding The used encoding Type
-     * @param hidePasswd Set to true, to hide Password masked Placeholders in Logfile
      *
      * @throws IllegalArgumentException If a wrong input was given.
      * @throws UnsupportedEncodingException If the file comes with a wrong Encoding
      * @throws IOException If an I/O Error occurs.
+     * 
+     * @return the substituted result as string
      */
     public String substitute( InputStream in,  String type
                              )




More information about the izpack-changes mailing list