Skip to content

Commit f0c902f

Browse files
committed
forgot to switch to branch(lol)
1 parent 81ce20b commit f0c902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/jwetherell/algorithms/numbers/Integers.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class Integers {
88

9-
private static final int BILLION = 1000000000; //moved to the front for better readability (forgot to branch lol)
9+
private static final int BILLION = 1000000000; //moved to the front for better readability (forgot to branch lol)(again)
1010
private static final int MILLION = 1000000;
1111
private static final int THOUSAND = 1000;
1212
private static final int HUNDRED = 100;

0 commit comments

Comments
 (0)