]> source.dussan.org Git - sonarqube.git/commitdiff
Fix javadoc formatting
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 24 Apr 2013 08:56:26 +0000 (10:56 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 24 Apr 2013 08:56:26 +0000 (10:56 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/config/PropertyDef.java

index 7260bf3952f3fde1ac97c3d20e224631e1fbf275..7f33bb0e4db3691a7516ae9adc8ed8152cdf9b8d 100644 (file)
@@ -39,7 +39,7 @@ import static com.google.common.collect.Lists.newArrayList;
 
 /**
  * Declare a plugin property. Values are available at runtime through the component {@link Settings}.
- * <p></p>
+ * <p/>
  * It's the programmatic alternative to the annotation {@link org.sonar.api.Property}. It is more
  * testable and adds new features like sub-categories and ordering.
  * <p/>