diff options
author | George Fraser <george@fivetran.com> | 2017-05-14 11:18:52 -0700 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2017-05-14 11:18:52 -0700 |
commit | c52d96be6e999d08ad5883c4973768e12874671e (patch) | |
tree | dd2da495b7a5c3b5203d66b533e8c50bf6410b87 /snippets | |
parent | c1961674b7339ad2b8b764bd897515fcda485d9d (diff) | |
download | java-language-server-c52d96be6e999d08ad5883c4973768e12874671e.zip |
These are not useful
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/java.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/snippets/java.json b/snippets/java.json index f43918e..5456168 100644 --- a/snippets/java.json +++ b/snippets/java.json @@ -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" } }
\ No newline at end of file |