Commit 63ec395
authored
Changed method visibility from public to package-private to match
the parameter type JsonValueImpl which is package-private.
This resolves the visibility mismatch where a public method was
using a package-private type in its signature, making the method
unusable from outside the package while maintaining the intended
internal usage within the json package.
- Fixed visibility mismatch by changing public to package-private
- Maintains all existing functionality for internal usage
- Aligns with proper encapsulation principles
1 parent 150e69e commit 63ec395
File tree
1 file changed
+1
-1
lines changed- json-java21/src/main/java/jdk/sandbox/internal/util/json
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments