We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the release of 0.6.7. The warning I reported at #358
Warning:(8, 40) Unused import import scala.collection.JavaConverters._
is fixed for messages but not for enum types. Here is a sample of enum proto file that we are using in our project
syntax = "proto3"; package csw_protobuf; enum PbUnits { //default unit NoUnits = 0; // SI units angstrom = 1; arcmin = 2; arcsec = 3; }
The text was updated successfully, but these errors were encountered:
493ab0a
No branches or pull requests
Thanks for the release of 0.6.7. The warning I reported at #358
is fixed for messages but not for enum types. Here is a sample of enum proto file that we are using in our project
The text was updated successfully, but these errors were encountered: