Skip to content

Commit

Permalink
decrease code smell number
Browse files Browse the repository at this point in the history
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
  • Loading branch information
So-Fras authored and flo-dup committed Jun 7, 2023
1 parent 38f8cfe commit a32ca14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public interface StyleProviderFactory {
}

public ParamBuilder() {
/* This builder is network-agnostic */
}

public ParamBuilder withSvgParameters(SvgParameters svgParameters) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public StyleProvider create(Network network) {
}

public ParamBuilder() {
/* This builder is network-agnostic */
}

public ParamBuilder withSvgParameters(SvgParameters svgParameters) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* @author Sophie Frasnedo <sophie.frasnedo at rte-france.com>
*/
public class SvgParametersTest {
class SvgParametersTest {

@Test
void test() {
Expand Down

0 comments on commit a32ca14

Please sign in to comment.