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