summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/java.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/java.json b/snippets/java.json
index 3a8066b..3079faf 100644
--- a/snippets/java.json
+++ b/snippets/java.json
@@ -3,5 +3,10 @@
"prefix": "undefined",
"body": "throw new UnsupportedOperationException(\"Implement me!\");",
"description": "Inserts on unimplemented exception (good for stubbing out methods)"
+ },
+ "unedfined": {
+ "prefix": "unedfined",
+ "body": "throw new UnsupportedOperationException(\"Implement me!\");",
+ "description": "Inserts on unimplemented exception (good for stubbing out methods)"
}
}