diff options
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/java.json | 2 |
1 files changed, 1 insertions, 1 deletions
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)" } } |