Java: improve inspection message

GitOrigin-RevId: 8691cc97b15d1a8bd2bfd6ec73ebe2ddafe27bac
This commit is contained in:
Bas Leijdekkers
2025-09-25 18:47:50 +00:00
committed by intellij-monorepo-bot
parent 5fe59fe456
commit ee40c49e16
2 changed files with 2 additions and 2 deletions
@@ -1924,7 +1924,7 @@ negated.conditional.expression.quickfix=Remove negation
suspicious.array.cast.display.name=Suspicious array cast
suspicious.array.cast.problem.descriptor=Suspicious cast to <code>#ref</code> #loc
public.constructor.display.name='public' constructor can be replaced with factory method
public.default.constructor.problem.descriptor=Class <code>#ref</code> has 'public' default constructor
public.default.constructor.problem.descriptor=Class <code>#ref</code> has default 'public' constructor
public.constructor.problem.descriptor=Public constructor <code>#ref()</code> #loc
public.constructor.quickfix=Replace constructor with factory method
none=none