Author: mturk
Date: Fri Jul 3 12:49:42 2009
New Revision: 790888
URL:
http://svn.apache.org/viewvc?rev=790888&view=revLog:
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
{
/**