mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
fix test data
This commit is contained in:
@@ -3,7 +3,7 @@ class Test {
|
||||
private final String string;
|
||||
|
||||
Test() {
|
||||
string =<caret> "";
|
||||
<caret>string = "";
|
||||
myTimer = string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user