Skip to content

Commit 41dfb0d

Browse files
committed
[fix #3825] Stub compilation requires all non-core-java classes to be stubbed.
1 parent 0905fb2 commit 41dfb0d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/stubs/com/sun/tools/javac/parser/Tokens.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enum CommentStyle {
1515
String getText();
1616

1717
JCDiagnostic.DiagnosticPosition getPos();
18-
18+
1919
int getSourcePos(int index);
2020

2121
CommentStyle getStyle();
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.sun.tools.javac.util;
2+
3+
public class JCDiagnostic {
4+
public interface DiagnosticPosition {}
5+
}

0 commit comments

Comments
 (0)