mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
removed default file header, because it adds no information but subtracts attention and space
This commit is contained in:
-7
@@ -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() {
|
||||
}
|
||||
|
||||
-7
@@ -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();
|
||||
}
|
||||
|
||||
-7
@@ -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() {}
|
||||
|
||||
-7
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user