File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/axellience/vuegwtplugin/markers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class JavaToTemplateMarker extends RelatedItemLineMarkerProvider {
1818
1919 @ Override
2020 protected void collectNavigationMarkers (@ NotNull PsiElement element ,
21- @ NotNull Collection <? super RelatedItemLineMarkerInfo > result ) {
21+ @ NotNull Collection <? super RelatedItemLineMarkerInfo <?> > result ) {
2222 if (!(element instanceof PsiAnnotation )) {
2323 return ;
2424 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class TemplateToJavaMarker extends RelatedItemLineMarkerProvider {
1919
2020 @ Override
2121 protected void collectNavigationMarkers (@ NotNull PsiElement element ,
22- @ NotNull Collection <? super RelatedItemLineMarkerInfo > result ) {
22+ @ NotNull Collection <? super RelatedItemLineMarkerInfo <?> > result ) {
2323
2424 if (!(element instanceof HtmlTag )) {
2525 return ;
You can’t perform that action at this time.
0 commit comments