-
Notifications
You must be signed in to change notification settings - Fork 48
Commit 9b82f3f
Replace legacy collections with modern alternatives
Replace Stack with ArrayDeque in Networks.java for better performance by
removing unnecessary synchronization overhead. Replace Vector with ArrayList
in test code for consistency with modern Java practices.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2654c85 commit 9b82f3f
File tree
2 files changed
+6
-6
lines changed- src
- main/java/com/maxmind/db
- test/java/com/maxmind/db
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | + | ||
6 | 7 | | |
8 | + | ||
7 | 9 | | |
8 | - | ||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | - | ||
19 | + | ||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | - | ||
43 | + | ||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | - | ||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
1397 | 1396 | | |
1398 | 1397 | | |
1399 | 1398 | | |
1400 | - | ||
1399 | + | ||
1401 | 1400 | | |
1402 | 1401 | | |
1403 | 1402 | | |
1404 | 1403 | | |
1405 | - | ||
1404 | + | ||
1406 | 1405 | | |
1407 | 1406 | | |
1408 | 1407 | | |
| |||
0 commit comments