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
@@ -2,13 +2,6 @@ package effectiveAccess.p2;
import effectiveAccess.ppp;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Jan 24, 2003
* Time: 3:13:49 PM
* To change this template use Options | File Templates.
*/
public class p2 extends ppp {
protected void f() {
}
@@ -1,12 +1,5 @@
package effectiveAccess;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Jan 24, 2003
* Time: 3:12:09 PM
* To change this template use Options | File Templates.
*/
public abstract class pp {
abstract void f();
}
@@ -1,12 +1,5 @@
package effectiveAccess;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Jan 24, 2003
* Time: 3:13:09 PM
* To change this template use Options | File Templates.
*/
public abstract class ppp extends pp {
abstract protected void f();
protected void v() {}
@@ -1,12 +1,5 @@
package ppp;
/**
* Created by IntelliJ IDEA.
* User: JEKA
* Date: Sep 11, 2008
* Time: 4:01:38 PM
* To change this template use File | Settings | File Templates.
*/
public class BadClass {
public static void method() {
System.out.println("Hello");