Elevate visibility to improve extensibility
Open
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 620
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 11
Description
Hi, I'm trying to implement Transport using netty (http://netty.io/). I've encountered problem with visibility of some classes I'd like to reuse, namely:
NegotiatedAlgorithms (now public final + package private ctor),
Proposal (now package private + public ctor).
Would it be possible to make these public? I can make PR if you wish.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.