classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: API doc fixes in gnu.CORBA.*


From: David Gilbert
Subject: [cp-patches] FYI: API doc fixes in gnu.CORBA.*
Date: Wed, 14 Sep 2005 09:11:24 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

Just cleaning up some small fixes that were sitting in my workspace - the following is committed:

2005-09-14  David Gilbert  <address@hidden>

        * gnu/CORBA/ExceptionCreator.java: minor API doc fixes,
        * gnu/CORBA/Version.java: likewise.

Regards,

Dave Gilbert
Index: gnu/CORBA/ExceptionCreator.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/CORBA/ExceptionCreator.java,v
retrieving revision 1.3
diff -u -r1.3 ExceptionCreator.java
--- gnu/CORBA/ExceptionCreator.java     28 Aug 2005 11:23:36 -0000      1.3
+++ gnu/CORBA/ExceptionCreator.java     14 Sep 2005 08:06:40 -0000
@@ -138,8 +138,8 @@
    * @param idl the exception idl name.
    * @param input the stream to read from.
    *
-   * @return the loaded exception.
-   * @return null if the helper class cannot be found.
+   * @return the loaded exception, or <code>null</code> if the helper class 
+   *         cannot be found.
    */
   public static UserException readUserException(String idl, InputStream input)
   {
@@ -187,7 +187,7 @@
   }
 
   /**
-   * Converts teh given IDL name to class name.
+   * Converts the given IDL name to class name.
    *
    * @param IDL the idl name.
    *
Index: gnu/CORBA/Version.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/CORBA/Version.java,v
retrieving revision 1.2
diff -u -r1.2 Version.java
--- gnu/CORBA/Version.java      2 Jul 2005 20:32:09 -0000       1.2
+++ gnu/CORBA/Version.java      14 Sep 2005 08:06:40 -0000
@@ -70,8 +70,8 @@
   /**
    * Create the version with the given version numbers.
    *
-   * @param major major number (0..255)
-   * @param minor minor number (0..255)
+   * @param _major major number (0..255)
+   * @param _minor minor number (0..255)
    */
   public Version(int _major, int _minor)
   {
@@ -166,7 +166,7 @@
    * Returs true if the given version is lower or equal to the
    * version, specified by the provided minor and major version
    * number. This means, the version, specified by these two numbers,
-   * should be supported by teh current version.
+   * should be supported by the current version.
    *
    * @param a_major a major version number.
    * @param a_minor a minor version number.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]