removed default file header, because it adds no information but subtracts attention and space

This commit is contained in:
Alexey Kudravtsev
2017-05-12 14:02:24 +03:00
parent 01bac80130
commit 4a4626c750
1669 changed files with 6 additions and 6841 deletions
@@ -1,9 +1,2 @@
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 04.05.12
* Time: 17:42
* To change this template use File | Settings | File Templates.
*/
public class A {
}
@@ -1,10 +1,3 @@
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 04.05.12
* Time: 17:42
* To change this template use File | Settings | File Templates.
*/
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@@ -1,10 +1,3 @@
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 04.05.12
* Time: 17:43
* To change this template use File | Settings | File Templates.
*/
@Ann(A.class)
public class Annotated {
}