mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: fix typo in inspection description
GitOrigin-RevId: 395bb2147b20508ad2e6479763ddfe38bb71f05e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
74f2396712
commit
45681c23e8
@@ -1,6 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports long numeric literals without underscores and suggests adding them. Underscores make such literals easier to read.
|
||||
Reports long numeric literals without underscore separators and suggests adding them.
|
||||
Underscore separators can make such literals easier to read.
|
||||
<p>Example:</p>
|
||||
<pre><code>
|
||||
1000000
|
||||
@@ -10,7 +11,7 @@ Reports long numeric literals without underscores and suggests adding them. Unde
|
||||
1_000_000
|
||||
</code></pre>
|
||||
<!-- tooltip end -->
|
||||
<p>This inspection only reports if the language level of the project of module is 7 or higher.</p>
|
||||
<p>This inspection only reports if the language level of the project or module is 7 or higher.</p>
|
||||
<p><small>New in 2020.2</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user