mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
restore text in toString
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class InsertLineComment extends ActionOnRange {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "LineComment{" + getVirtualFile().getPath() + " " + myInitialStart + " " + getCurrentRange() + "}";
|
||||
return "LineComment{" + getVirtualFile().getPath() + " " + getCurrentRange().getStartOffset() + " " + myToInsert + "}";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user