Skip to content

Commit ce1edd3

Browse files
marschallromani
authored andcommitted
Issue #103: fix ParameterName accessModifiers default value
1 parent 02d0260 commit ce1edd3

File tree

1 file changed

+1
-1
lines changed
  • checkstyle-sonar-plugin/src/main/resources/org/sonar/plugins/checkstyle

1 file changed

+1
-1
lines changed

checkstyle-sonar-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@
12851285
<defaultValue>false</defaultValue>
12861286
</param>
12871287
<param key="accessModifiers" type="s[public,protected,package,private]">
1288-
<defaultValue>public, protected, package, private</defaultValue>
1288+
<defaultValue>public,protected,package,private</defaultValue>
12891289
</param>
12901290
<status>READY</status>
12911291
</rule>

0 commit comments

Comments
 (0)