Preferences.java, [...]: Cleaned up imports.
2004-04-22 Dalibor Topic <robilad@kaffe.org> * java/util/prefs/Preferences.java, java/util/prefs/InvalidPreferencesFormatException.java, java/util/prefs/BackingStoreException.java, java/util/prefs/AbstractPreferences.java: Cleaned up imports. 2004-04-22 Dalibor Topic <robilad@kaffe.org> * java/util/regex/Matcher.java, java/util/regex/Pattern.java: Cleaned up imports. From-SVN: r81004
This commit is contained in:
parent
5c09d725b1
commit
c0dce2359c
7 changed files with 25 additions and 12 deletions
|
@ -38,9 +38,9 @@ exception statement from your version. */
|
|||
|
||||
package java.util.prefs;
|
||||
|
||||
import java.io.ObjectOutputStream;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.NotSerializableException;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.ObjectOutputStream;
|
||||
|
||||
/**
|
||||
* Indicates reading prefs from stream failed. Thrown by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue