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

This commit is contained in:
Alexey Kudravtsev
2017-05-10 19:39:32 +03:00
parent 7057929909
commit 920d5b4fba
832 changed files with 14 additions and 5733 deletions

View File

@@ -1,11 +1,4 @@
package x;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 22, 2006
* Time: 11:09:04 AM
* To change this template use File | Settings | File Templates.
*/
public class InA {
}

View File

@@ -1,13 +1,6 @@
// "Add dependency on module 'A'" "true"
package y;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 22, 2006
* Time: 11:09:25 AM
* To change this template use File | Settings | File Templates.
*/
public class AddDependency {
InA<caret> a;
}

View File

@@ -1,13 +1,6 @@
// "Add library 'Lib' to classpath" "true"
package y;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 22, 2006
* Time: 11:13:00 AM
* To change this template use File | Settings | File Templates.
*/
public class AddLibrary {
InLib<caret> l;
}

View File

@@ -1,11 +1,4 @@
package l;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 22, 2006
* Time: 11:10:35 AM
* To change this template use File | Settings | File Templates.
*/
public class InLib {
}