You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/07/03 15:24:15 UTC

svn commit: r790904 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java

Author: mturk
Date: Fri Jul  3 13:24:15 2009
New Revision: 790904

URL: http://svn.apache.org/viewvc?rev=790904&view=rev
Log:
Update docs

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java?rev=790904&r1=790903&r2=790904&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java Fri Jul  3 13:24:15 2009
@@ -75,10 +75,10 @@
      * Free the allocated resource by the Operating system.
      * <p>
      * Note that {@code Object.finalize()} method will call
-     * this function. However if the native code can block for
+     * this method. However if the native code can block for
      * long time explicit {@code free()} should be called.
      * </p>
-     * @see NativePointer#finalize()
+     * @see Object#finalize()
      * @throws Throwable the {@code Exception} raised by this method.
      */
     public void free()