mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
CommentTracker#makeRangeUnchanged; more comment fixes for InvertIfCondition
This commit is contained in:
@@ -4,6 +4,7 @@ class A {
|
||||
public void foo() {
|
||||
String value ="not-null";
|
||||
|
||||
// Another comment
|
||||
if (value == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user