Commit 4c51ad8
committed
Hoist constants from Sqids.Builder to Sqids
Since Sqids.Builder doesn't do anything with these constants
behavior-wise, it makes sense to me to hoist the constants to Sqids so
they're easier to see. Since these constants are now in the top-level
Sqids class, I've also made Sqids.Builder package-private since it's not
meant to be instantiated directly.
.gitignore has also been updated to ignore the .project/ dir that was
generated by my dev environment.1 parent 0b44a67 commit 4c51ad8
File tree
3 files changed
+581
-579
lines changed- src
- main/java/org/sqids
- test/java/org/sqids
3 files changed
+581
-579
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
| |||
0 commit comments