You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/07/30 05:06:29 UTC

cvs commit: jakarta-pluto/container/src/java/org/apache/pluto/util StringUtils.java

ddewolf     2004/07/29 20:06:29

  Modified:    container/src/java/org/apache/pluto/util StringUtils.java
  Log:
  Cleaning up JavaDocs to clear checkstyle and javadoc reports.
  
  Revision  Changes    Path
  1.3       +5 -4      jakarta-pluto/container/src/java/org/apache/pluto/util/StringUtils.java
  
  Index: StringUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/container/src/java/org/apache/pluto/util/StringUtils.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StringUtils.java	2 Mar 2004 14:48:56 -0000	1.2
  +++ StringUtils.java	30 Jul 2004 03:06:29 -0000	1.3
  @@ -61,8 +61,9 @@
       public static final String lineSeparator = System.getProperty("line.separator");
   
       /**
  -     ** Returns the package of a class, ie. without class name and
  -     ** and .class suffix.
  +     ** Returns the name of the package of the specified class.
  +     ** The package will not include the common (short) name of the
  +     ** class or the file extension.
        **
        ** @param   aClass
        **          a class object
  @@ -90,8 +91,8 @@
       }
   
       /**
  -     * Returns the name of a class, ie. without package name and
  -     * and .class suffix.
  +     * Returns the short name of the specified class.
  +     * The name will not include the package name or file extension.
        *
        * @param   aClass
        *          a class object