mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
modify spot to match intention implementation
fix description grammar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public class X {
|
||||
void f() {
|
||||
int i <spot>=</spot> 0;
|
||||
<spot>int i = 0</spot>;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
<font face="verdana" size="-1">This intention converts local variable declaration with the initializer into separate variable declaration and variable assignment statement.
|
||||
<font face="verdana" size="-1">This intention converts a local variable declaration with an initializer into separate variable declaration and variable assignment statements.
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user