kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

Set Schema constructor to protected #101

Closed Rhobal closed 6 years ago

Rhobal commented 6 years ago

I can't extend Schema in my own package because the constructor has package visibility instead of being protected.

kenglxn commented 6 years ago

Feel free to submit a PR.