From 4ae78311a95a65b71d1760d6f6ea1d646eb09220 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 4 Oct 2013 09:47:57 +0200 Subject: Improve doc of RuleProperty#type() --- sonar-check-api/src/main/java/org/sonar/check/RuleProperty.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sonar-check-api/src/main/java/org/sonar/check/RuleProperty.java b/sonar-check-api/src/main/java/org/sonar/check/RuleProperty.java index 59bdeea3380..af3eccde2dc 100644 --- a/sonar-check-api/src/main/java/org/sonar/check/RuleProperty.java +++ b/sonar-check-api/src/main/java/org/sonar/check/RuleProperty.java @@ -48,9 +48,8 @@ public @interface RuleProperty { String defaultValue() default ""; /** - * Optional type. - * See {@org.sonar.api.PropertyType} for possible values. - * If type is ommited, it is guessed from the type of the annotated field. + * Optional type of property value. Supported values are: STRING, TEXT, PASSWORD, BOOLEAN, INTEGER, FLOAT. + * If type is omitted, it is guessed from the type of the annotated field. * * @since 3.2 */ -- cgit v1.2.3