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,10 +1,3 @@
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 11.04.12
* Time: 11:43
* To change this template use File | Settings | File Templates.
*/
public class Util {
public static void foo () {
@@ -1,10 +1,3 @@
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 11.04.12
* Time: 11:43
* To change this template use File | Settings | File Templates.
*/
public class Client {
{
Util.foo();
@@ -1,9 +1,2 @@
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 20.02.12
* Time: 12:47
* To change this template use File | Settings | File Templates.
*/
public class A {
}
@@ -1,10 +1,3 @@
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 20.02.12
* Time: 12:46
* To change this template use File | Settings | File Templates.
*/
public class C {
A a = new A();
}