View | Details | Raw Unified | Return to bug 38776
Collapse All | Expand All

(-)tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java (-1 / +1 lines)
Lines 93-99 Link Here
93
            }
93
            }
94
94
95
            public char[] getFileName() {
95
            public char[] getFileName() {
96
                return className.toCharArray();
96
                return sourceFile.toCharArray();
97
            }
97
            }
98
            
98
            
99
            public char[] getContents() {
99
            public char[] getContents() {

Return to bug 38776