Commit 9309fdc
Fix documentation typos in record getters
Corrected typos and style inconsistencies in deprecated getter javadocs
to match the param documentation:
- MaxMind: "queried" → "queries"
- Subdivision.getConfidence(): "This is a value" → "A value"
- Subdivision.getIsoCode(): "contain" → "containing", "3166-2code" → "3166-2 code"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent cb99a66 commit 9309fdc
File tree
2 files changed
+4
-4
lines changed- src/main/java/com/maxmind/geoip2/record
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments