Repository: jclouds Updated Branches: refs/heads/1.8.x c1ddc74aa -> 5d292f648
Addressing Checkstyle violations Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/5d292f64 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/5d292f64 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/5d292f64 Branch: refs/heads/1.8.x Commit: 5d292f648515da6136c0d09dc0a0e8892c0c4f72 Parents: c1ddc74 Author: Andrew Phillips <[email protected]> Authored: Fri Aug 8 20:32:48 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Fri Aug 8 20:32:48 2014 -0400 ---------------------------------------------------------------------- .../java/org/jclouds/date/internal/SimpleDateFormatDateService.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/5d292f64/core/src/main/java/org/jclouds/date/internal/SimpleDateFormatDateService.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/jclouds/date/internal/SimpleDateFormatDateService.java b/core/src/main/java/org/jclouds/date/internal/SimpleDateFormatDateService.java index 5bc27a7..71350bb 100644 --- a/core/src/main/java/org/jclouds/date/internal/SimpleDateFormatDateService.java +++ b/core/src/main/java/org/jclouds/date/internal/SimpleDateFormatDateService.java @@ -18,7 +18,6 @@ package org.jclouds.date.internal; import static org.jclouds.date.internal.DateUtils.findTZ; import static org.jclouds.date.internal.DateUtils.trimTZ; import static org.jclouds.date.internal.DateUtils.trimToMillis; -import static org.jclouds.util.SaxUtils.currentOrNull; import java.text.ParseException; import java.text.SimpleDateFormat;
