Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: VEDELAGO MIORA <miora.ralambotiana@rte-france.com>
  • Loading branch information
miovd committed Feb 14, 2022
1 parent 2e1c36f commit 703dd69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import static com.powsybl.iidm.modification.topology.TopologyModificationUtils.*;

/**
* Cut an existing line in two and link the attachment and an existing voltage level with a new line created from a given line adder.
*
* @author Miora Vedelago <miora.ralambotiana at rte-france.com>
*/
public class AttachNewLineOnLine implements NetworkModification {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import static com.powsybl.iidm.modification.topology.TopologyModificationUtils.*;

/**
* Attach an existing Voltage Level on an existing Line by cutting the latter.
* Cut an existing line in to and attach an existing Voltage Level at the attachment point.
*
* @author Miora Vedelago <miora.ralambotiana at rte-france.com>
*/
Expand Down

0 comments on commit 703dd69

Please sign in to comment.