summaryrefslogtreecommitdiffstats
path: root/vim/.vim/templates/java.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/templates/java.tpl')
-rw-r--r--vim/.vim/templates/java.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/vim/.vim/templates/java.tpl b/vim/.vim/templates/java.tpl
deleted file mode 100644
index 7b4f715..0000000
--- a/vim/.vim/templates/java.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
-* @author : <+AUTEUR+>
-* @date : <+DATE+>
-* @version : <+VERSION+>
-*/
-
-package <+NOM_PACKAGE+>;
-
-class <+FILE+> {
-
-}