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 2011/04/19 10:35:05 UTC

svn commit: r1094925 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Platform.java

Author: mturk
Date: Tue Apr 19 08:35:05 2011
New Revision: 1094925

URL: http://svn.apache.org/viewvc?rev=1094925&view=rev
Log:
Oops. It should be package private

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

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Platform.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Platform.java?rev=1094925&r1=1094924&r2=1094925&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Platform.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Platform.java Tue Apr 19 08:35:05 2011
@@ -24,7 +24,7 @@ import java.nio.charset.Charset;
  * @since Runtime 1.0
  *
  */
-public final class Platform
+final class Platform
 {
 
     private Platform()