mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
removed default file header, because it adds no information but subtracts attention and space
This commit is contained in:
-3
@@ -2,9 +2,6 @@ package abcdef;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by peter on 1/27/17. ${FFF}
|
||||
*/
|
||||
public class Foo {
|
||||
void foo() {
|
||||
List<String> strings = null;
|
||||
|
||||
-3
@@ -2,9 +2,6 @@ package abcdef;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by peter on 1/27/17. ${FFF}
|
||||
*/
|
||||
public class Foo {
|
||||
void foo() {
|
||||
List<String> strings = null;
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
import java.util.concurrent.Callable;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: cdr
|
||||
* Date: May 19, 2009
|
||||
* Time: 2:59:31 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
class LineMarkers implements Runnable, Callable, CharSequence{
|
||||
<caret>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user