Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Aug 31, 2024
1 parent 52108b6 commit 002b250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class OriginalSourceValue extends SourceValue {
*
* In line 2, the constant value is 12L.<br>
* In line 3, the constant value is 2L.<br>
* In line 4, the constant value is 12L / 2L = 6L. <br>
* In line 4, the constant value is 12L / 2L = 6L.<br>
* In line 5, the constant value is 6 (but cast to integer).
*
* <p>
Expand Down

0 comments on commit 002b250

Please sign in to comment.