- Fixed error in java snippet.
This commit is contained in:
@@ -69,8 +69,8 @@ snippet for
|
||||
snippet foreach
|
||||
alias fore
|
||||
for (${1} : ${2}) {
|
||||
${3:TARGET}
|
||||
}
|
||||
${3:TARGET}
|
||||
}
|
||||
|
||||
snippet switch
|
||||
switch (${1}) {
|
||||
|
||||
Reference in New Issue
Block a user