mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
[java] update inspection description
GitOrigin-RevId: f524487c37ec1f181cc3583e48e12ec40c1b2124
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8b78fa4ebd
commit
39d675a9bc
@@ -15,8 +15,8 @@ Usually the problem appears as a result of refactoring.
|
||||
</code></pre>
|
||||
<p>will be replaced with</p>
|
||||
<pre><code>
|
||||
void test(int p) {
|
||||
p = 1;
|
||||
void test() {
|
||||
int p = 1;
|
||||
System.out.print(p);
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user