summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2017-05-14 11:18:52 -0700
committerGeorge Fraser <george@fivetran.com>2017-05-14 11:18:52 -0700
commitc52d96be6e999d08ad5883c4973768e12874671e (patch)
treedd2da495b7a5c3b5203d66b533e8c50bf6410b87 /snippets
parentc1961674b7339ad2b8b764bd897515fcda485d9d (diff)
downloadjava-language-server-c52d96be6e999d08ad5883c4973768e12874671e.zip
These are not useful
Diffstat (limited to 'snippets')
-rw-r--r--snippets/java.json21
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