mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Convert entire project to strict lexicographical import sort ordering
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127234970
This commit is contained in:
@@ -17,13 +17,12 @@ package google.registry.xml;
|
||||
import static com.google.common.base.Strings.isNullOrEmpty;
|
||||
import static org.joda.time.DateTimeZone.UTC;
|
||||
|
||||
import org.joda.time.DateTime;
|
||||
import org.joda.time.format.DateTimeFormatter;
|
||||
import org.joda.time.format.ISODateTimeFormat;
|
||||
|
||||
import javax.annotation.CheckForNull;
|
||||
import javax.annotation.Nullable;
|
||||
import javax.xml.bind.annotation.adapters.XmlAdapter;
|
||||
import org.joda.time.DateTime;
|
||||
import org.joda.time.format.DateTimeFormatter;
|
||||
import org.joda.time.format.ISODateTimeFormat;
|
||||
|
||||
/**
|
||||
* Adapter to use Joda {@link DateTime} when marshalling XML timestamps.
|
||||
|
||||
Reference in New Issue
Block a user