Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 188796 | Differences between
and this patch

Collapse All | Expand All

(-)org/eclipse/jdt/internal/compiler/batch/ClasspathJsr199.java (-1 lines)
Lines 36-42 Link Here
36
36
37
	private JavaFileManager fileManager;
37
	private JavaFileManager fileManager;
38
	private JavaFileManager.Location location;
38
	private JavaFileManager.Location location;
39
	private boolean mUsePegaFileManagerOptimizations;
40
39
41
	public ClasspathJsr199(JavaFileManager file, JavaFileManager.Location location) {
40
	public ClasspathJsr199(JavaFileManager file, JavaFileManager.Location location) {
42
		super(null, null);
41
		super(null, null);

Return to bug 188796