svn commit: r790888 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: NativePointer.java exception/InvalidStructureElementException.java

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r790888 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: NativePointer.java exception/InvalidStructureElementException.java

by mturk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: mturk
Date: Fri Jul  3 12:49:42 2009
New Revision: 790888

URL: http://svn.apache.org/viewvc?rev=790888&view=rev
Log:
NativePointer is package private. All public API goes trough Pointer interface

Removed:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/InvalidStructureElementException.java
Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NativePointer.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NativePointer.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NativePointer.java?rev=790888&r1=790887&r2=790888&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NativePointer.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/NativePointer.java Fri Jul  3 12:49:42 2009
@@ -22,7 +22,7 @@
  * </p>
  * @since Runtime 1.0
  */
-public abstract class NativePointer implements Pointer
+abstract class NativePointer implements Pointer
 {
 
     /**