You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -357,9 +357,9 @@ public String toString() {
357
357
* Create a positive capacity at least as large the minimum required capacity. If the minimum capacity is negative then this throws an OutOfMemoryError as
358
358
* no array can be allocated.
359
359
*
360
-
* @param minCapacity the minimum capacity
361
-
* @return the capacity
362
-
* @throws OutOfMemoryError if the {@code minCapacity} is negative
360
+
* @param minCapacity the minimum capacity.
361
+
* @return the capacity.
362
+
* @throws OutOfMemoryError if the {@code minCapacity} is negative.
0 commit comments