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
This commit is contained in:
parent
2e592dceb5
commit
4a93a22629
@ -1,3 +1,9 @@
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user