commit | eb8e961d523af144d457266a6228922cd6659ba4 | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Mon Feb 02 18:47:01 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Feb 02 18:47:02 2015 +0000 |
tree | f82239dcb83b1c5b1e2ad5b4d9197dba498dd9a5 | |
parent | 8b5a66421fe02d03652d09fceb4f56e6f5e429fa [diff] | |
parent | 532df59787a7b0b41aa3177dc1e2a073f2b8c3c3 [diff] |
Merge "Don't use hidden AggregationSuggestions.builder"
diff --git a/src/com/android/contacts/editor/AggregationSuggestionEngine.java b/src/com/android/contacts/editor/AggregationSuggestionEngine.java index e9b8064..ed4f313 100644 --- a/src/com/android/contacts/editor/AggregationSuggestionEngine.java +++ b/src/com/android/contacts/editor/AggregationSuggestionEngine.java
@@ -218,7 +218,7 @@ return null; } - Builder builder = AggregationSuggestions.builder() + Builder builder = new AggregationSuggestions.Builder() .setLimit(MAX_SUGGESTION_COUNT) .setContactId(mContactId);