mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[java-logging] IDEA-354689 freezing with too long name
GitOrigin-RevId: d4629b1008ac0dcfeb256b3f7dd9ef733a129ff8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6f106ecfa3
commit
e8093a742f
@@ -973,8 +973,9 @@ java.terms.of.interface={0} of interface {1}
|
||||
java.terms.static.initializer=static initializer
|
||||
java.terms.type.parameter=type parameter
|
||||
java.terms.variable.of.method={0} of {1}
|
||||
java.configurable.logger.unspecified = Unspecified
|
||||
java.configurable.logger.not.found = Logger was not found inside the project
|
||||
java.configurable.logger.unspecified=Unspecified
|
||||
java.configurable.logger.not.found=Logger was not found inside the project
|
||||
java.configurable.logger.identifier.long=Identifier is too long
|
||||
javadoc.candidates.not.found=<html>No candidates found for method call <b>{0}</b>.</html>
|
||||
javadoc.constructor.candidates=<html>Candidates for new <b>{0}</b>() are:<br>{1}</html>
|
||||
javadoc.deprecated=Deprecated
|
||||
|
||||
Reference in New Issue
Block a user