Commit 124fdb67 authored by Anna.Kozlova's avatar Anna.Kozlova
Browse files

correct message (IDEA-184654)

parent 7d3635f5
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -89,7 +89,7 @@ public class LambdaCanBeMethodReferenceInspection extends AbstractBaseJavaLocalI
: candidate;
holder.registerProblem(holder.getManager().createProblemDescriptor(
element,
"Can be replaced with method reference",
getDisplayName(),
type != ProblemHighlightType.INFORMATION,
type, true, new ReplaceWithMethodRefFix(methodRefCandidate.mySafeQualifier ? "" : " (may change semantics)")));
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment