Skip to content

Commit

Permalink
Guice Multibindings: follow-up to earlier CL to make MultimapBinder p…
Browse files Browse the repository at this point in the history
…ackage-private so that Real{Provider}MultimapProvider.initialize are accessible by generated code

-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=72772135
  • Loading branch information
sameb committed Aug 11, 2014
1 parent c15e74a commit 6dec441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public List<Entry<?, Binding<?>>> getEntries() {
/**
* Binds {@code Map<K, Set<V>>} and {{@code Map<K, Set<Provider<V>>>}.
*/
private static final class MultimapBinder<K, V> implements Module {
static final class MultimapBinder<K, V> implements Module {

private final Key<Map<K, Set<V>>> multimapKey;
private final Key<Map<K, Set<Provider<V>>>> providerMultimapKey;
Expand Down

0 comments on commit 6dec441

Please sign in to comment.