Skip to content

Commit

Permalink
adapt formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober committed Feb 1, 2022
1 parent be6b20b commit d3567fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void setEdgeWeightQuantity(
* ComparableQuantity)} instead, as it provides means for proper unit handling
*/
@Override
@Deprecated(since = ("Deprecated since 2.1.0. See Javadocs for more information."))
@Deprecated(since = "Deprecated since 2.1.0. See Javadocs for more information.")
public void setEdgeWeight(ImpedanceWeightedEdge edge, double impedanceInOhm) {
super.setEdgeWeight(edge, impedanceInOhm);
}
Expand Down

0 comments on commit d3567fc

Please sign in to comment.