Skip to content

Commit

Permalink
Fixed guava imports
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/platform/cloud_messaging/trunk@2526 3b44db21-3a6d-4d5f-afd4-25f0118656d7
  • Loading branch information
mmerli committed Jun 17, 2013
1 parent 8e20a90 commit 18f84f1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -16,7 +16,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.google.inject.internal.Lists;
import com.google.common.collect.Lists;


public class MockLedgerHandle extends LedgerHandle {

Expand Down

0 comments on commit 18f84f1

Please sign in to comment.