Skip to content

Commit 9da870c

Browse files
authored
Merge pull request #520 from ie3-institute/to/#517-fix-code-smells
Don't mind me I'm just cleaning
2 parents ddb1ba1 + eec2bc6 commit 9da870c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/ie3/datamodel/graph/ImpedanceWeightedGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void setEdgeWeightQuantity(
5252
* ComparableQuantity)} instead, as it provides means for proper unit handling
5353
*/
5454
@Override
55-
@Deprecated(since = ("Deprecated since 2.1.0. See Javadocs for more information."))
55+
@Deprecated(since = "Deprecated since 2.1.0. See Javadocs for more information.")
5656
public void setEdgeWeight(ImpedanceWeightedEdge edge, double impedanceInOhm) {
5757
super.setEdgeWeight(edge, impedanceInOhm);
5858
}

0 commit comments

Comments
 (0)