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:
committed by
Michael Koch
parent
2e592dceb5
commit
4a93a22629
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user