Skip to content

Commit 3531efc

Browse files
author
Vitaliy Boyko
committed
Static fixes
1 parent 39253cf commit 3531efc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/com/magento/idea/magento2plugin/php/linemarker/PluginLineMarkerProvider.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
@@ -22,9 +22,6 @@
2222

2323
import java.util.*;
2424

25-
/**
26-
* Created by dkvashnin on 11/12/15.
27-
*/
2825
public class PluginLineMarkerProvider implements LineMarkerProvider {
2926
@Nullable
3027
@Override

src/com/magento/idea/magento2plugin/php/linemarker/PluginTargetLineMarkerProvider.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
@@ -65,7 +65,6 @@ public void collectSlowLineMarkers(@NotNull List<PsiElement> psiElements, @NotNu
6565
}
6666
}
6767

68-
6968
}
7069
}
7170
}

0 commit comments

Comments
 (0)