-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make package local classes public #8
Comments
SKART1
added a commit
to SKART1/usb4java-javax
that referenced
this issue
May 13, 2016
Did not work for me. I had to declare the class DeviceId as public as well. |
You may put Some wrapper in same package from which actually call methods |
I was too lazy to add a wrapper ;) Just applied your changes including DeviceId publicity and now it works as expected. |
I'm closing this as a duplicate of #10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all thank you for brilliant wrapper above genius libusb library. But I faced some problems when trying to monitor usb devices - I need physical bus and port on which new device is connected. Something like:
But
AbstractDevice
is package local! So areHub
andNonHub
, so I can not call methods likegetId()
orgetParentId()
which are public!The text was updated successfully, but these errors were encountered: