Skip to content

Commit

Permalink
These are not useful
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed May 14, 2017
1 parent c196167 commit c52d96b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions snippets/java.json
Expand Up @@ -17,26 +17,5 @@
"}"
],
"description": "For Comprehension"
},
"Map": {
"prefix": "Map<",
"body": [
"Map<${1:K}, ${2:V}> ${3:name} = ${4:new HashMap<>()};"
],
"description": "New Map"
},
"List": {
"prefix": "List<",
"body": [
"List<${1:T}> ${2:name} = ${3:new ArrayList<>()};"
],
"description": "New List"
},
"Set": {
"prefix": "Set<",
"body": [
"Set<${1:T}> ${2:name} = ${3:new HashSet<>()};"
],
"description": "New Set"
}
}

0 comments on commit c52d96b

Please sign in to comment.