diff --git a/jsprit-core/src/main/java/jsprit/core/problem/Capacity.java b/jsprit-core/src/main/java/jsprit/core/problem/Capacity.java index 6bdd2e35..f52fbdac 100644 --- a/jsprit-core/src/main/java/jsprit/core/problem/Capacity.java +++ b/jsprit-core/src/main/java/jsprit/core/problem/Capacity.java @@ -53,7 +53,7 @@ public class Capacity { /** * Returns the inverted capacity, i.e. it multiplies all capacity dimensions with -1. * - * @param cap + * @param cap2invert * @return inverted capacity * @throws NullPointerException if one of the args is null */