Skip to content

Commit

Permalink
fix fix muse-dev & LGTM warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmugra committed May 13, 2021
1 parent 2b8bc45 commit 68a7424
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @author Stefan Freyr Stefansson
*/
public class ByteSize {
public final class ByteSize {
private final BigDecimal value;
private final ByteSizeUnit unit;

Expand Down Expand Up @@ -136,7 +136,7 @@ public int getBytesAsInt() {
* a non-terminating decimal expansion occurs, an {@link ArithmeticException} is
* thrown.
*
* @param unit the unit for the new {@link ByteSize}.
* @param byteSizeUnit the unit for the new {@link ByteSize}.
*
* @throws ArithmeticException if a non-terminating decimal expansion occurs
* during calculation.
Expand Down

0 comments on commit 68a7424

Please sign in to comment.