Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup committed Mar 29, 2024
1 parent 884437e commit 66e2007
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
import com.powsybl.sld.model.coordinate.Orientation;
import com.powsybl.sld.model.nodes.BusNode;
import com.powsybl.sld.model.nodes.Node;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.IOException;
import java.util.ArrayList;
Expand All @@ -28,8 +26,6 @@
*/
public abstract class AbstractPrimaryBlock extends AbstractBlock implements PrimaryBlock {

private static final Logger LOGGER = LoggerFactory.getLogger(AbstractPrimaryBlock.class);

protected final List<Node> nodes;

/**
Expand Down

0 comments on commit 66e2007

Please sign in to comment.