diff --git a/plugins/lombok/src/main/resources/messages/LombokBundle.properties b/plugins/lombok/src/main/resources/messages/LombokBundle.properties index bee033b2de1e..5dc44978d013 100644 --- a/plugins/lombok/src/main/resources/messages/LombokBundle.properties +++ b/plugins/lombok/src/main/resources/messages/LombokBundle.properties @@ -116,7 +116,7 @@ inspection.message.sneakythrows.calls.to.sibling.super.constructors.excluded=Cal inspection.message.lombok.builder.needs.proper.constructor.for.this.class=Lombok @Builder needs a proper constructor for this class inspection.message.delegate.does.not.support.recursion.delegating=@Delegate does not support recursion (delegating to a type that itself has @Delegate members). Member ''{0}'' is @Delegate in type ''{1}'' inspection.message.delegate.legal.only.on.instance.fields=@Delegate is legal only on instance fields or no-argument instance methods. -inspection.message.delegate.unknown.type.method=Cannot find symbol method {0} +inspection.message.delegate.unknown.type.method=Cannot find method ''{0}'' inspection.message.delegate.can.only.use.concrete.class.types=@Delegate can only use concrete class types, not wildcards, arrays, type variables, or primitives. ''{0}'' is wrong class type inspection.message.existing.builder.must.be.abstract.static.inner.class=Existing Builder must be an abstract static inner class. inspection.message.delegate.legal.only.on.no.argument.methods=@Delegate is legal only on no-argument methods.