Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 2e029d9

Browse files
author
Timothy G. Rundle
committed
Reduced visibility as re-use is not needed outside package
1 parent e4a04b3 commit 2e029d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-swift-plugin/src/main/java/com/backelite/sonarqube/swift/coverage/CoberturaReportParser.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
import java.io.FileNotFoundException;
3737
import java.io.IOException;
3838

39-
public final class CoberturaReportParser {
39+
final class CoberturaReportParser {
40+
4041
private static final Logger LOGGER = LoggerFactory.getLogger(CoberturaReportParser.class);
4142
private static final String PACKAGES = "packages";
4243
private static final String CLASSES = "class";

0 commit comments

Comments
 (0)