Calendar.java, [...]: Import used classes explicitely.
2003-12-09 Michael Koch <konqueror@gmx.de> * java/util/Calendar.java, java/util/IdentityHashMap.java, java/util/prefs/Preferences.java: Import used classes explicitely. From-SVN: r74471
This commit is contained in:
committed by
Michael Koch
parent
defd7921fd
commit
3a7ab7e8b7
@@ -38,7 +38,10 @@ exception statement from your version. */
|
||||
|
||||
package java.util;
|
||||
|
||||
import java.io.*;
|
||||
import java.io.IOException;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.ObjectOutputStream;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* This class provides a hashtable-backed implementation of the
|
||||
|
||||
Reference in New Issue
Block a user