Commit 43ac8b2b authored by Bas Leijdekkers's avatar Bas Leijdekkers Committed by intellij-monorepo-bot
Browse files

Java: inspection description tweak

GitOrigin-RevId: e231081c09d8e03765a6333ac2f7aad015d32142
parent 4f05c9ff
Showing with 1 addition and 1 deletion
+1 -1
<html>
<body>
Reports non-final fields in enumeration types.
Non-final fields are rarely need and provide global mutable state.
Non-final fields introduce global mutable state, which is generally considered undesirable.
<p><b>Example:</b></p>
<pre><code>
enum Enum {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment