Skip to content

Commit

Permalink
Fix error in the msg
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKnoll committed Oct 17, 2023
1 parent 9614889 commit 3cf96d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/etc/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9148,7 +9148,7 @@ Using floating-point variables should not be used as loop counters, as they are
These values are available as system properties, which should be used instead.
</p>
<p>
Any value which can be accessed through both System.getProperty() and System.getenv(), should be accessed using the latter.
Any value which can be accessed through both System.getProperty() and System.getenv(), should be accessed using the former.
</p>
<p>
Mapping of corresponding Java properties:
Expand Down

0 comments on commit 3cf96d0

Please sign in to comment.