mpoeschl    2003/08/28 00:52:40

  Modified:    src/java/org/apache/turbine/services/db TurbineDB.java
               src/java/org/apache/turbine/services/xmlrpc/util
                        FileHandler.java
               src/java/org/apache/turbine/util/parser BaseValueParser.java
  Log:
  javadoc fixes
  
  Revision  Changes    Path
  1.10      +4 -7      
jakarta-turbine-2/src/java/org/apache/turbine/services/db/TurbineDB.java
  
  Index: TurbineDB.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/db/TurbineDB.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TurbineDB.java    9 Mar 2003 03:06:26 -0000       1.9
  +++ TurbineDB.java    28 Aug 2003 07:52:40 -0000      1.10
  @@ -63,8 +63,7 @@
   
   /**
    * This class provides a common front end to all database - related
  - * services in Turbine. Currently these are [EMAIL PROTECTED] PoolBrokerService} and
  - * [EMAIL PROTECTED] MapBrokerService}. This class contains static methods that you
  + * services in Turbine. This class contains static methods that you
    * can call to access the methods of system's configured service
    * implementations.
    * <p>
  @@ -188,10 +187,8 @@
   
       /**
        * This method returns a DBConnection from the pool with the
  -     * specified name.  The pool must either have been registered
  -     * with the [EMAIL PROTECTED] #registerPool(String,String,String,String,String)}
  -     * method, or be specified in the property file using the
  -     * following syntax:
  +     * specified name. The pool must be specified in the property file using 
  +     * the following syntax:
        *
        * <pre>
        * database.[name].driver
  
  
  
  1.11      +6 -6      
jakarta-turbine-2/src/java/org/apache/turbine/services/xmlrpc/util/FileHandler.java
  
  Index: FileHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/xmlrpc/util/FileHandler.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- FileHandler.java  11 Apr 2003 11:57:14 -0000      1.10
  +++ FileHandler.java  28 Aug 2003 07:52:40 -0000      1.11
  @@ -133,13 +133,13 @@
        * params.get(1) = the name the file should have when it lands.
        * params.get(2) = property describing where the file should land.
        *
  -     * @param fileContents: The contents of the file to store. It
  +     * @param fileContents The contents of the file to store. It
        *    is assumed that any xml content is properly encoded!
        *
  -     * @param fileName: Name to give the file created to store
  +     * @param fileName Name to give the file created to store
        *    the contents.
        *
  -     * @param targetLocationProperty: storage location of this file
  +     * @param targetLocationProperty storage location of this file
        *    is controlled by this property that is specified in
        *    the TR.props file or an included properties file.
        */
  @@ -173,10 +173,10 @@
        * params.get(0) = the name the file should have when it lands.
        * params.get(1) = property describing where the file should land.
        *
  -     * @param fileName: Name to give the file created to store
  +     * @param fileName Name to give the file created to store
        *    the contents.
        *
  -     * @param targetLocationProperty: storage location of this file
  +     * @param targetLocationProperty storage location of this file
        *    is controlled by this property that is specified in
        *    the TR.props file or an included properties file.
        *
  
  
  
  1.23      +2 -2      
jakarta-turbine-2/src/java/org/apache/turbine/util/parser/BaseValueParser.java
  
  Index: BaseValueParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/parser/BaseValueParser.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- BaseValueParser.java      9 May 2003 11:04:30 -0000       1.22
  +++ BaseValueParser.java      28 Aug 2003 07:52:40 -0000      1.23
  @@ -93,7 +93,7 @@
   /**
    * BaseValueParser is a base class for classes that need to parse
    * name/value Parameters, for example GET/POST data or Cookies
  - * (DefaultParameterParser and DefaultCookieParser)
  + * (DefaultParameterParser and DefaultCookieParser).
    *
    * <p>It can also be used standalone, for an example see DataStreamParser.
    *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to