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

This commit is contained in:
Alexey Kudravtsev
2017-05-11 13:39:07 +03:00
parent 7057929909
commit 920d5b4fba
832 changed files with 14 additions and 5733 deletions
@@ -1,12 +1,5 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:35:18 PM
* To change this template use File | Settings | File Templates.
*/
public interface TestI {//jjjkjh kljh lk
void test(/* */);
}
@@ -1,12 +1,5 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:35:52 PM
* To change this template use File | Settings | File Templates.
*/
public class TestIImpl1 implements TestI {
public void test() {
@@ -1,12 +1,5 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:36:03 PM
* To change this template use File | Settings | File Templates.
*/
public class TestIImpl2 implements TestI {
public void test() {
@@ -1,11 +1,4 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:35:11 PM
* To change this template use File | Settings | File Templates.
*/
public interface TestI {
}
@@ -1,11 +1,4 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:36:22 PM
* To change this template use File | Settings | File Templates.
*/
public class TestIImpl1 implements TestI {
}
@@ -1,11 +1,4 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:36:28 PM
* To change this template use File | Settings | File Templates.
*/
public class TestIImpl3 implements TestI {
}
@@ -1,11 +1,4 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:35:03 PM
* To change this template use File | Settings | File Templates.
*/
public interface TestI {
}
@@ -1,11 +1,4 @@
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:36:36 PM
* To change this template use File | Settings | File Templates.
*/
public class TestIImpl1 implements TestI {
}