Skip to content

Commit 5f28a6f

Browse files
Make comparator private
Signed-off-by: Sylvestre Prabakaran <sylvestre.prabakaran@rte-france.com>
1 parent 1a4eeef commit 5f28a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/powsybl/openloadflow/sa/OpenSecurityAnalysisTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
*/
8181
class OpenSecurityAnalysisTest extends AbstractOpenSecurityAnalysisTest {
8282

83-
LimitViolationComparator limitViolationComparator = new LimitViolationComparator();
83+
private final LimitViolationComparator limitViolationComparator = new LimitViolationComparator();
8484

8585
@Test
8686
void testCurrentLimitViolations() {

0 commit comments

Comments
 (0)