[lombok] applied better text suggestions

GitOrigin-RevId: 5a31bf2fd4b439d07443f0d7eca479cf5b29932d
This commit is contained in:
Michail Plushnikov
2024-02-21 17:09:03 +01:00
committed by intellij-monorepo-bot
parent b2bda76ce3
commit 93d5526ef5

View File

@@ -106,7 +106,7 @@ inspection.message.superbuilder.can.be.used.on.static.inner.classes.only=@SuperB
inspection.message.syntax.either.obtain.via.field=The syntax is either @ObtainVia(field = "fieldName") or @ObtainVia(method = "methodName").
inspection.message.lombok.annotations.are.not.allowed.on.builder.class=Lombok's annotations are not allowed on builder class.
inspection.message.s.not.valid.identifier=''{0}'' is not a valid identifier
inspection.message.can.t.singularize.this.name=Cannot singularize this name: ''{0}''; specify the the singular form explicitly (i.e. @Singular("sheep"))
inspection.message.can.t.singularize.this.name=Cannot singularize this name: ''{0}''; specify the singular form explicitly (i.e. @Singular("sheep"))
inspection.message.lombok.does.not.know=Lombok cannot generate singular-form builder methods for type ''{0}''
inspection.message.builder.default.requires.builder.annotation=@Builder.Default requires @Builder or @SuperBuilder on the class for it to mean anything.
inspection.message.builder.default.requires.initializing.expression=@Builder.Default requires an initializing expression (' = something;').