We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddb1ba1 + eec2bc6 commit 9da870cCopy full SHA for 9da870c
src/main/java/edu/ie3/datamodel/graph/ImpedanceWeightedGraph.java
@@ -52,7 +52,7 @@ public void setEdgeWeightQuantity(
52
* ComparableQuantity)} instead, as it provides means for proper unit handling
53
*/
54
@Override
55
- @Deprecated(since = ("Deprecated since 2.1.0. See Javadocs for more information."))
+ @Deprecated(since = "Deprecated since 2.1.0. See Javadocs for more information.")
56
public void setEdgeWeight(ImpedanceWeightedEdge edge, double impedanceInOhm) {
57
super.setEdgeWeight(edge, impedanceInOhm);
58
}
0 commit comments