Skip to content

Commit 20b6ac9

Browse files
committed
fixed #129
1 parent b11675e commit 20b6ac9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
package org.intellij.sequencer;
22

3+
import java.nio.charset.StandardCharsets;
4+
35
public interface Constants {
46
String ANONYMOUS_CLASS_NAME = "Anonymous";
57
String CONSTRUCTOR_METHOD_NAME = "new";
6-
String Lambda_Invoke = "λ→";
8+
String Lambda_Invoke = "() ->";
79
String TOP_LEVEL_FUN = "Global";
810
}

0 commit comments

Comments
 (0)