You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/03/28 07:17:11 UTC

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test MemoryLeakClientTest.java

hammant     02/03/27 22:17:11

  Modified:    altrmi/src/java/org/apache/commons/altrmi/test
                        MemoryLeakClientTest.java
  Log:
  remove 1.4 method call
  
  Revision  Changes    Path
  1.3       +1 -3      jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test/MemoryLeakClientTest.java
  
  Index: MemoryLeakClientTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test/MemoryLeakClientTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MemoryLeakClientTest.java	27 Mar 2002 20:54:55 -0000	1.2
  +++ MemoryLeakClientTest.java	28 Mar 2002 06:17:11 -0000	1.3
  @@ -26,7 +26,7 @@
    *
    *
    * @author Paul Hammant <a href="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class MemoryLeakClientTest {
   
  @@ -53,8 +53,6 @@
                           + (end-start) / 1000
                           + " seconds, Tot Mem :"
                           + Runtime.getRuntime().totalMemory()
  -                        + ", Max Mem :"
  -                        + Runtime.getRuntime().maxMemory()
                           + ", Free Mem :"
                           + Runtime.getRuntime().freeMemory()
                   );
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>