On Oct 24, 3:07 am, max <[EMAIL PROTECTED]> wrote: > In multibindings extension in files: > > com.google.inject.multibindings.MapBinder > com.google.inject.multibindings.Multibinder > > there are two static imports: > > import static com.google.common.base.Preconditions.checkNotNull; > import static com.google.common.base.Preconditions.checkState; > > while it should say: > > import static com.google.inject.internal.base.Preconditions
We use jarjar to rewrite the imports in the .class files. Your IDE might complain, but these imports are legit. If you'd like, you can get the source to these classes from the Google Collections project: http://code.google.com/p/google-collections/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
