Skip to content

Commit ec7f49f

Browse files
mchesGoooler
andauthored
Reduce visibility
Co-authored-by: Zongle Wang <[email protected]>
1 parent 5ca3097 commit ec7f49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/PomExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public SortPomGradleConfig sortPom(String version) {
5151
}
5252

5353
public class SortPomGradleConfig {
54-
final SortPomCfg cfg = new SortPomCfg();
54+
private final SortPomCfg cfg = new SortPomCfg();
5555

5656
SortPomGradleConfig() {
5757
addStep(createStep());

0 commit comments

Comments
 (0)