Skip to content

Commit

Permalink
remove unwanted import
Browse files Browse the repository at this point in the history
  • Loading branch information
tcellucci committed Aug 5, 2016
1 parent c802ef8 commit 0b3cd97
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@
*/
package com.netflix.archaius;

import com.netflix.archaius.api.Decoder;
import com.netflix.archaius.exceptions.ParseException;

import java.lang.reflect.Array;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.nio.LongBuffer;
import java.time.Duration;
import java.time.Instant;
import java.time.LocalDate;
Expand All @@ -43,6 +39,9 @@
import javax.inject.Singleton;
import javax.xml.bind.DatatypeConverter;

import com.netflix.archaius.api.Decoder;
import com.netflix.archaius.exceptions.ParseException;

/**
* @author Spencer Gibb
*/
Expand Down

0 comments on commit 0b3cd97

Please sign in to comment.