Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52132 | Differences between
and this patch

Collapse All | Expand All

(-)src/edu/stanford/smi/protege/util/AbstractFormatter.java.orig (-2 / +1 lines)
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

Return to bug 52132