projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f202f9a
)
MappedByteBuffer.java: Removed.
author
Gary Benson
<gary@gcc.gnu.org>
Wed, 17 Jan 2007 16:25:10 +0000
(16:25 +0000)
committer
Gary Benson
<gary@gcc.gnu.org>
Wed, 17 Jan 2007 16:25:10 +0000
(16:25 +0000)
2007-01-15 Gary Benson <gbenson@redhat.com>
* java/nio/MappedByteBuffer.java: Removed.
* sources.am, Makefile.in: Rebuilt.
From-SVN: r120858
libjava/java/nio/MappedByteBuffer.h
patch
|
blob
|
history
diff --git
a/libjava/java/nio/MappedByteBuffer.h
b/libjava/java/nio/MappedByteBuffer.h
index 563a9662e305feff4563fb2fdcae5352d8bbbb70..d8b3f49a652080fd9366a95ebfb469f62cd6f435 100644
(file)
--- a/
libjava/java/nio/MappedByteBuffer.h
+++ b/
libjava/java/nio/MappedByteBuffer.h
@@
-36,8
+36,9
@@
public:
virtual ::java::nio::MappedByteBuffer * load();
public: // actually package-private
virtual void unmapImpl();
-public:
+public:
// actually protected
virtual void finalize();
+public:
static ::java::lang::Class class$;
};