diff --git a/eclipsecs-sevntu-plugin/src/com/github/sevntu/checkstyle/checks/annotation/checkstyle-metadata.properties b/eclipsecs-sevntu-plugin/src/com/github/sevntu/checkstyle/checks/annotation/checkstyle-metadata.properties index 510d9c2253..a7038bd3ea 100755 --- a/eclipsecs-sevntu-plugin/src/com/github/sevntu/checkstyle/checks/annotation/checkstyle-metadata.properties +++ b/eclipsecs-sevntu-plugin/src/com/github/sevntu/checkstyle/checks/annotation/checkstyle-metadata.properties @@ -3,7 +3,7 @@ ForbidAnnotation.desc = Forbid specific annotation of variable,metho ForbidAnnotation.annotationNames = Set of annotation's names ForbidAnnotation.annotationTargets = Array of type forbidden annotation's target. -RequiredParameterForAnnotation.name = Required Parameters on Annotation -RequiredParameterForAnnotation.desc = Enforce the use of configured parameters on a given annotation -ForbidAnnotation.annotationName = The name of the annotation where we are enforcing the parameter -ForbidAnnotation.requiredParameters = Set of parameters that are required on the configured annotation. They can be specified on any order and you may use additional parameters, but these parameters need to be filled. +RequiredParameterForAnnotation.name = Required Parameters on Annotation +RequiredParameterForAnnotation.desc = Enforce the use of configured parameters on a given annotation +RequiredParameterAnnotation.annotationName = The name of the annotation where we are enforcing the parameter +RequiredParameterAnnotation.requiredParameters = Set of parameters that are required on the configured annotation. They can be specified on any order and you may use additional parameters, but these parameters need to be filled.