Skip to content

Commit

Permalink
fix(ZNTA-975): add missing Strings dependency
Browse files Browse the repository at this point in the history
This was removed by accident when resolving a merge conflict.
  • Loading branch information
davidmason committed Aug 10, 2017
1 parent de25728 commit b82adcc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -5,6 +5,7 @@

import java.util.Date;
import java.util.Locale;
import com.google.common.base.Strings;
import org.joda.time.DateTime;
import org.joda.time.Days;
import org.joda.time.Period;
Expand Down

0 comments on commit b82adcc

Please sign in to comment.