We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081a060 commit 5ea87f8Copy full SHA for 5ea87f8
1 file changed
src/simplejavatexteditor/AutoComplete.java
@@ -48,7 +48,6 @@ public class AutoComplete
48
//Keep track of when code completion
49
//has been activated
50
private enum Mode {
51
-
52
INSERT, COMPLETION
53
};
54
0 commit comments