Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119080
Collapse All | Expand All

(-)src/jdk/common/alt/java/io/File.java.orig (-1 / +1 lines)
Lines 171-177 Link Here
171
    }
171
    }
172
172
173
    public int compareTo(Object o) {
173
    public int compareTo(Object o) {
174
        return file.compareTo(o);
174
        return file.compareTo((java.io.File) o);
175
    }
175
    }
176
176
177
    public java.io.File getRealFile() {
177
    public java.io.File getRealFile() {

Return to bug 119080