Commit 4a93a226 by Michael Koch Committed by Michael Koch

2004-05-05 Michael Koch <konqueror@gmx.de>

	* java/util/prefs/AbstractPreferences.java
	(AbstractPreferences): Added parenthesis for clarity.
	Closes classpath bug #7940.

From-SVN: r81515
parent 2e592dce
2004-05-05 Michael Koch <konqueror@gmx.de>
* java/util/prefs/AbstractPreferences.java
(AbstractPreferences): Added parenthesis for clarity.
Closes classpath bug #7940.
2004-05-05 Tom Tromey <tromey@redhat.com>
* javax/naming/CompoundName.java (endsWith): Look at correct
......
......@@ -119,7 +119,7 @@ public abstract class AbstractPreferences extends Preferences {
throw new IllegalArgumentException("Illegal name argument '"
+ name
+ "' (parent is "
+ parent == null ? "" : "not "
+ (parent == null ? "" : "not ")
+ "null)");
this.parent = parent;
this.name = name;
......
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