aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/=template=.java
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vim/templates/=template=.java')
-rw-r--r--files/.vim/templates/=template=.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/.vim/templates/=template=.java b/files/.vim/templates/=template=.java
new file mode 100644
index 0000000..fb3aac7
--- /dev/null
+++ b/files/.vim/templates/=template=.java
@@ -0,0 +1,13 @@
+/*
+ * %FFILE%
+ * Copyright (C) %YEAR% %USER% <%MAIL%>
+ *
+ * Distributed under terms of the %LICENSE% license.
+ */
+
+public class %FILE% {
+ public %FILE%() {
+ %HERE%
+ }
+}
+