summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/java.json2
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)"
}
}