Skip to content

Commit 213dff8

Browse files
Add Javadoc to ScanPropertyNames class
Add class-level documentation to clarify the purpose of ScanPropertyNames as a container for SonarQube scan property name constants. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5d39180 commit 213dff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/sonarqube/gradle/ScanPropertyNames.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
*/
2020
package org.sonarqube.gradle;
2121

22+
/**
23+
* Constants for SonarQube scan property names.
24+
*/
2225
public final class ScanPropertyNames {
2326
// General
2427
public static final String SKIP = "sonar.skip";

0 commit comments

Comments
 (0)