Skip to content

Commit 443fb1f

Browse files
committed
FIX: Java public class
Corrected snippet syntax to of Java public class
1 parent f44f953 commit 443fb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/java/java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"class": {
88
"prefix": "class",
9-
"body": ["public class ${TM_FILENAME_BASE} {", "\t$0", "}"],
9+
"body": ["public class ${1:TM_FILENAME_BASE} {", "\t$0", "}"],
1010
"description": "Public class"
1111
},
1212
"sysout": {

0 commit comments

Comments
 (0)