Java: revert unintended property changes

GitOrigin-RevId: b326fbbbe9ea1743070a89703f068b36e11b4504
This commit is contained in:
Bas Leijdekkers
2023-12-15 12:04:23 +01:00
committed by intellij-monorepo-bot
parent ed22c3d8b4
commit 8402a263fc

View File

@@ -401,7 +401,6 @@ inspection.data.flow.use.computeifpresent.quickfix=Replace 'compute' with 'compu
inspection.dead.code.option.applet=Applets
inspection.dead.code.option.external=Classes with usages in non-Java files
inspection.dead.code.option.main=<html><code>void main(String args[])</code> methods</html>
inspection.dead.code.option.serializable=Serializable members
inspection.dead.code.option.servlet=Servlets
inspection.default.annotation.param=Default annotation parameter value
inspection.duplicate.branches.in.switch.default.message=Branch in 'switch' is a duplicate of the default branch
@@ -1425,8 +1424,7 @@ slice.usage.message.location=in {0}
intention.name.move.into.if.branches=Move up into 'if' statement branches
intention.name.collapse.into.loop=Collapse into loop
intention.family.name.make.sealed=Seal class
intention.name.make.sealed.interface=Seal interface
intention.error.make.sealed.class.is.used.in.functional.expression={0} is used in functional expression
intention.error.make.sealed.class.is.used.in.functional.expression=Class is used in functional expression
intention.error.make.sealed.class.has.anonymous.or.local.inheritors=Some of the inheritors are anonymous or local
intention.error.make.sealed.class.different.packages=Module is unnamed and some of the inheritors are in the different package
intention.error.make.sealed.class.inheritors.not.in.java.file=Some of the inheritors are not in java files