From 6bb56e5bb598af2fe77e09176c6ca9e3b267fd33 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 25 Jan 2023 23:08:49 +0000 Subject: Fixed java snippets --- snippets/java.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets') diff --git a/snippets/java.json b/snippets/java.json index a39de84..3a8066b 100644 --- a/snippets/java.json +++ b/snippets/java.json @@ -1,7 +1,7 @@ { "undefined": { "prefix": "undefined", - "body": "throw new UnimplementedException(\"Implement me!\");", + "body": "throw new UnsupportedOperationException(\"Implement me!\");", "description": "Inserts on unimplemented exception (good for stubbing out methods)" } } -- cgit