summaryrefslogtreecommitdiffstats
path: root/etc/yasnippet/snippets/java-mode/format
diff options
context:
space:
mode:
Diffstat (limited to 'etc/yasnippet/snippets/java-mode/format')
-rw-r--r--etc/yasnippet/snippets/java-mode/format5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/yasnippet/snippets/java-mode/format b/etc/yasnippet/snippets/java-mode/format
deleted file mode 100644
index 7620366..0000000
--- a/etc/yasnippet/snippets/java-mode/format
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: String.format
-# key: f
-# --
-String.format("$1${2:%n}");$0 \ No newline at end of file