Jan Wittler 3 лет назад
Родитель
Сommit
374facced3

+ 1 - 1
endtoend-testing/src/test/java/de/jplag/endtoend/EndToEndSuiteTest.java

@@ -38,7 +38,7 @@ import de.jplag.options.JPlagOptions;
  * plagiarism in the Java language and to be able to roughly categorize them. The plagiarism is compared with the
  * original class. The results are compared with the results from previous tests and changes are detected.
  */
-public class EndToEndSuiteTest {
+class EndToEndSuiteTest {
     private static final double EPSILON = 1E-8;
 
     /**