Commit fc40b902 by Michael Koch Committed by Michael Koch

re PR java/12426 (gcj allows access to private members from superclass)

2003-09-27  Michael Koch  <konqueror@gmx.de>

	* gnu/java/nio/SelectionKeyImpl.java
	(ch): Make package-private again. Jikes found this bug.
	Jeff Sturm submitted PR12426 for this to bugzilla
	to fix this bug in gcj.

From-SVN: r71841
parent 488c4e94
2003-09-27 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/SelectionKeyImpl.java
(ch): Make package-private again. Jikes found this bug.
Jeff Sturm submitted PR12426 for this to bugzilla
to fix this bug in gcj.
2003-09-26 Michael Koch <konqueror@gmx.de> 2003-09-26 Michael Koch <konqueror@gmx.de>
* java/rmi/server/RMIClassLoader.java: * java/rmi/server/RMIClassLoader.java:
......
...@@ -48,7 +48,7 @@ public abstract class SelectionKeyImpl extends AbstractSelectionKey ...@@ -48,7 +48,7 @@ public abstract class SelectionKeyImpl extends AbstractSelectionKey
private int readyOps; private int readyOps;
private int interestOps; private int interestOps;
private SelectorImpl impl; private SelectorImpl impl;
private SelectableChannel ch; SelectableChannel ch;
public SelectionKeyImpl (SelectableChannel ch, SelectorImpl impl) public SelectionKeyImpl (SelectableChannel ch, SelectorImpl impl)
{ {
......
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