Lines 35-41
Link Here
|
35 |
* |
35 |
* |
36 |
* @author Ray Fergerson <fergerson@smi.stanford.edu> |
36 |
* @author Ray Fergerson <fergerson@smi.stanford.edu> |
37 |
*/ |
37 |
*/ |
38 |
public abstract class AbstractFormatter extends Formatter { |
38 |
public abstract class AbstractFormatter extends java.util.logging.Formatter { |
39 |
private static final String lineSeparator = SystemUtilities.getLineSeparator(); |
39 |
private static final String lineSeparator = SystemUtilities.getLineSeparator(); |
40 |
private static final DateFormat dateFormat = new StandardDateFormat(); |
40 |
private static final DateFormat dateFormat = new StandardDateFormat(); |
41 |
|
41 |
|
Lines 113-116
Link Here
|
113 |
} |
113 |
} |
114 |
|
114 |
|
115 |
} |
115 |
} |
116 |
|
|
|