Skip to content

Commit

Permalink
fix code smells
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
  • Loading branch information
EtienneLt committed Jul 5, 2023
1 parent d4ab4c3 commit 3e382f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class VoltageLevelXml extends AbstractSimpleIdentifiableXml<VoltageLevel, Voltag
private static final String NODE_BREAKER_TOPOLOGY_ELEMENT_NAME = "nodeBreakerTopology";
private static final String BUS_BREAKER_TOPOLOGY_ELEMENT_NAME = "busBreakerTopology";
private static final String NODE_COUNT = "nodeCount";
private static final String UNEXPECTED_ELEMENT = "Unexpected element: ";

@Override
protected String getRootElementName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* @author Etienne Lesot <etienne.lesot at rte-france.com>
*/
public class NodeBreakerPropertiesOnBusTest extends AbstractXmlConverterTest {
class NodeBreakerPropertiesOnBusTest extends AbstractXmlConverterTest {
@Test
void testPropertiesOnBus() throws IOException {
Network network = FictitiousSwitchFactory.create();
Expand Down

0 comments on commit 3e382f9

Please sign in to comment.