Skip to content

Commit 5d70c44

Browse files
committed
Fixes javadoc typo
Signed-off-by: Giovanni Ferrari <[email protected]>
1 parent 905fecd commit 5d70c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

single-line-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/svg/styles/AbstractVoltageStyleProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public List<String> getNodeSubcomponentStyles(Graph graph, Node node, String sub
143143
* Returns the list of styles to apply to the given node
144144
*
145145
* @param vlInfo the VoltageLevelInfos related to the given node
146-
* @param node the node on which the style if any is applied to
146+
* @param node the node on which the styles if any are applied to
147147
* @return the list of node styles
148148
*/
149149
public abstract List<String> getNodeStyles(VoltageLevelInfos vlInfo, Node node);

0 commit comments

Comments
 (0)