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/04/21 20:22:38 UTC

svn commit: r767245 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SystemId.java

Author: mturk
Date: Tue Apr 21 18:22:38 2009
New Revision: 767245

URL: http://svn.apache.org/viewvc?rev=767245&view=rev
Log:
Rename JavaVersion to SystemId

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

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SystemId.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SystemId.java?rev=767245&r1=767244&r2=767245&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SystemId.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SystemId.java Tue Apr 21 18:22:38 2009
@@ -51,7 +51,7 @@
     /**
      * Default constructor
      */
-    public JavaVersion() {
+    public SystemId() {
         props = System.getProperties();
     }