Skip to content
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

Getting unused import of "scala.conversion.JavaConverters._" for enum in generated .scala files #375

Closed
skvithalani opened this issue Dec 6, 2017 · 0 comments

Comments

@skvithalani
Copy link

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;
 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant