Commit d8203cb8 by Gary Benson

MappedByteBuffer.java: Removed.

2007-01-15  Gary Benson  <gbenson@redhat.com>

	* java/nio/MappedByteBuffer.java: Removed.
	* sources.am, Makefile.in: Rebuilt.

From-SVN: r120858
parent f202f9a5
...@@ -36,8 +36,9 @@ public: ...@@ -36,8 +36,9 @@ public:
virtual ::java::nio::MappedByteBuffer * load(); virtual ::java::nio::MappedByteBuffer * load();
public: // actually package-private public: // actually package-private
virtual void unmapImpl(); virtual void unmapImpl();
public: public: // actually protected
virtual void finalize(); virtual void finalize();
public:
static ::java::lang::Class class$; static ::java::lang::Class class$;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment