com.puppycrawl.tools.checkstyle.checks.modifier.messages_es.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkstyle Show documentation
Show all versions of checkstyle Show documentation
Checkstyle is a development tool to help programmers write Java code
that adheres to a coding standard
annotation.order=El modificador de anotación ''{0}'' no precede a los modificadores normales.
class.implied.modifier=El modificador implícito debe ser explícito: ''{0}''.
interface.implied.modifier=El modificador implícito debe ser explícito: ''{0}''.
mod.order=Modificador ''{0}'' desordenado según las sugerencias de la JLS.
redundantModifier=Modificador ''{0}'' redundante.