Skip to content

Commit c41108c

Browse files
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. I also added a few things to the .gitignore that showed up in my coding environment.
1 parent 0b44a67 commit c41108c

File tree

3 files changed

+584
-579
lines changed

3 files changed

+584
-579
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
.gradle/
2+
.project
3+
.vscode/
24
bin/
35
build/
4-
.vscode/
6+
gradle
7+
gradlew
8+
gradlew.bat

0 commit comments

Comments
 (0)