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