Skip to content

Commit 66ee159

Browse files
committed
language-server: fixed missing import after merge
1 parent 09b2e4f commit 66ee159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language-server/src/main/java/com/as3mxml/vscode/ActionScriptTextDocumentService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
import org.apache.commons.io.IOUtils;
4848
import org.apache.commons.io.output.ByteArrayOutputStream;
49+
import org.apache.royale.abc.ABCConstants;
4950
import org.apache.royale.compiler.clients.problems.ProblemQuery;
5051
import org.apache.royale.compiler.common.ASModifier;
5152
import org.apache.royale.compiler.common.ISourceLocation;

0 commit comments

Comments
 (0)