From 25e1663bac71d0ff852f4bd0bfb284ff68aa1f95 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 26 Feb 2024 18:51:10 +0000 Subject: Added another snippet for java --- snippets/java.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'snippets') 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)" } } -- cgit