You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/08/22 18:34:06 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang SystemUtils.java

ggregory    2003/08/22 09:34:06

  Modified:    lang/src/java/org/apache/commons/lang SystemUtils.java
  Log:
  Javadoc: Added missing end tags for <li>.
  
  Revision  Changes    Path
  1.23      +5 -5      jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java
  
  Index: SystemUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- SystemUtils.java	22 Aug 2003 03:06:36 -0000	1.22
  +++ SystemUtils.java	22 Aug 2003 16:34:06 -0000	1.23
  @@ -853,8 +853,8 @@
        *
        * <p>Example input:</p>
        * <ul>
  -     *  <li><code>1.2f</code> to test for JDK 1.2
  -     *  <li><code>1.31f</code> to test for JDK 1.3.1
  +     *  <li><code>1.2f</code> to test for JDK 1.2</li>
  +     *  <li><code>1.31f</code> to test for JDK 1.3.1</li>
        * </ul>
        * 
        * @param requiredVersion  the required version, for example 1.31f
  @@ -870,8 +870,8 @@
        *
        * <p>Example input:</p>
        * <ul>
  -     *  <li><code>120</code> to test for JDK 1.2 or greater
  -     *  <li><code>131</code> to test for JDK 1.3.1 or greater
  +     *  <li><code>120</code> to test for JDK 1.2 or greater</li>
  +     *  <li><code>131</code> to test for JDK 1.3.1 or greater</li>
        * </ul>
        * 
        * @param requiredVersion  the required version, for example 131