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()


Reply via email to