Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1158 from google/sync-master-2018/02/09
Browse files Browse the repository at this point in the history
Moe Sync
  • Loading branch information
sameb committed Feb 9, 2018
2 parents 3f5ce3f + 8b68d28 commit 904a477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -88,6 +88,7 @@ public interface MapBinderBinding<T> {
* @throws IllegalArgumentException if the provided elements contain partial map entries. If the
* elements come from {@link Elements#getElements} on a module with a MapBinder, there will be
* a 1:1 relationship and no exception will be thrown.
* @since 4.2
*/
List<Map.Entry<?, Binding<?>>> getEntries(Iterable<? extends Element> elements);

Expand Down
Expand Up @@ -16,6 +16,7 @@
* Static utility methods for creating and working with instances of {@link CheckedProvider}.
*
* @author eatnumber1@google.com (Russ Harmon)
* @since 4.2
*/
public final class CheckedProviders {
private abstract static class CheckedProviderInvocationHandler<T> implements InvocationHandler {
Expand Down

0 comments on commit 904a477

Please sign in to comment.