Skip to content

Commit c58c7ac

Browse files
committed
move analyzer class to test scope
1 parent 80bf7cc commit c58c7ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/de/tilman_neumann/jml/partitions/MpiPartitionCountCoverageChecker.java src/test/java/de/tilman_neumann/jml/partitions/MpiPartitionCountCoverageAnalyzer.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
*
9696
* No natural number is represented by more than 2 counts of partitions of multipartite numbers !?
9797
*/
98-
public class MpiPartitionCountCoverageChecker {
98+
public class MpiPartitionCountCoverageAnalyzer {
9999

100-
private static final Logger LOG = LogManager.getLogger(MpiPartitionCountCoverageChecker.class);
100+
private static final Logger LOG = LogManager.getLogger(MpiPartitionCountCoverageAnalyzer.class);
101101

102102
private static final boolean DEBUG = false;
103103

@@ -150,6 +150,6 @@ private static void go() {
150150
*/
151151
public static void main(String[] args) {
152152
ConfigUtil.initProject();
153-
MpiPartitionCountCoverageChecker.go();
153+
MpiPartitionCountCoverageAnalyzer.go();
154154
}
155155
}

0 commit comments

Comments
 (0)