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
@@ -2,9 +2,6 @@ package abcdef;
import java.util.List;
/**
* Created by peter on 1/27/17. ${FFF}
*/
public class Foo {
void foo() {
List<String> strings = null;
@@ -2,9 +2,6 @@ package abcdef;
import java.util.List;
/**
* Created by peter on 1/27/17. ${FFF}
*/
public class Foo {
void foo() {
List<String> strings = null;
@@ -1,12 +1,5 @@
import java.util.concurrent.Callable;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: May 19, 2009
* Time: 2:59:31 PM
* To change this template use File | Settings | File Templates.
*/
class LineMarkers implements Runnable, Callable, CharSequence{
<caret>