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
@@ -1,12 +1,5 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:35:18 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public interface TestI {//jjjkjh kljh lk
|
||||
void test(/* */);
|
||||
}
|
||||
|
||||
-7
@@ -1,12 +1,5 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:35:52 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class TestIImpl1 implements TestI {
|
||||
public void test() {
|
||||
|
||||
|
||||
-7
@@ -1,12 +1,5 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:36:03 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class TestIImpl2 implements TestI {
|
||||
public void test() {
|
||||
|
||||
|
||||
-7
@@ -1,11 +1,4 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:35:11 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public interface TestI {
|
||||
}
|
||||
|
||||
-7
@@ -1,11 +1,4 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:36:22 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class TestIImpl1 implements TestI {
|
||||
}
|
||||
|
||||
-7
@@ -1,11 +1,4 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:36:28 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class TestIImpl3 implements TestI {
|
||||
}
|
||||
|
||||
-7
@@ -1,11 +1,4 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:35:03 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public interface TestI {
|
||||
}
|
||||
|
||||
-7
@@ -1,11 +1,4 @@
|
||||
package com.test;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: Aug 14, 2006
|
||||
* Time: 3:36:36 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class TestIImpl1 implements TestI {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user