You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2005/05/09 14:06:43 UTC

cvs commit: jakarta-turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/jce/crypto Main.java

sgoeschl    2005/05/09 05:06:43

  Modified:    yaafi/src/java/org/apache/fulcrum/jce/crypto Main.java
  Log:
  Fixed javadocs warnings
  
  Revision  Changes    Path
  1.4       +5 -2      jakarta-turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/jce/crypto/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/jce/crypto/Main.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Main.java	31 Mar 2005 12:12:43 -0000	1.3
  +++ Main.java	9 May 2005 12:06:43 -0000	1.4
  @@ -39,7 +39,7 @@
   {
       /**
        * Allows testing on the command lnie
  -     * @param args
  +     * @param args the command line parameters
        */
       public static void main( String[] args )
       {
  @@ -69,6 +69,9 @@
           }
       }
       
  +    /**
  +     * Prints usage information.
  +     */
       public static void printHelp()
       {
           System.out.println("Main file [enc|dec|auto] passwd [file]*");
  @@ -97,7 +100,7 @@
        * Decrypt/encrypt a single file
        * @param cipherMode the mode
        * @param password the passwors 
  -     * @param fileName the file to process
  +     * @param file the file to process
        * @throws Exception the operation failed
        */
       public static void processFile(String cipherMode, char[] password, File file)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org