mirror of
https://github.com/google/nomulus
synced 2026-05-13 11:21:46 +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:
@@ -16,10 +16,9 @@ package google.registry.xml;
|
||||
|
||||
import static com.google.common.base.Strings.isNullOrEmpty;
|
||||
|
||||
import org.joda.time.Period;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import javax.xml.bind.annotation.adapters.XmlAdapter;
|
||||
import org.joda.time.Period;
|
||||
|
||||
/** Adapter to use Joda {@link Period} when marshalling XML. */
|
||||
public class PeriodAdapter extends XmlAdapter<String, Period> {
|
||||
|
||||
Reference in New Issue
Block a user