Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jonenst committed Sep 19, 2024
1 parent a629e8e commit af7cca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
class CgmesOnDataSourceTest {

private final static String XIIDM_XML_NOT_CGMES = "<?xml version='1.0' encoding='UTF-8'?><some></some>";
private static final String XIIDM_XML_NOT_CGMES = "<?xml version='1.0' encoding='UTF-8'?><some></some>";

static Stream<Arguments> provideArguments() {
return Stream.of(
Expand Down

0 comments on commit af7cca2

Please sign in to comment.