Commit ed9a341
[J2KT] Update visibilities in
Details:
- most `protected` methods and types were resticted to `package-private`, since they are accessed outside of subtype but are effectively internal,
- nested `Pair` class is converted to `package-protected` as it's exposed in `package-private` member
- `ComparableInterval` is converted to public, as it's extended by `public Interval` class.
PiperOrigin-RevId: 926677909com.google.apps.xplat.collect.intervaltree to compile in J2KT with proper visibility mapping enabled.1 parent 711e894 commit ed9a341
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments