mirror of https://github.com/apache/jclouds.git
removed jcip dependency
This commit is contained in:
parent
23a74bbbe7
commit
91f42446a7
|
@ -24,8 +24,6 @@ import java.util.regex.Pattern;
|
||||||
|
|
||||||
import javax.inject.Singleton;
|
import javax.inject.Singleton;
|
||||||
|
|
||||||
import net.jcip.annotations.ThreadSafe;
|
|
||||||
|
|
||||||
import org.jclouds.date.DateService;
|
import org.jclouds.date.DateService;
|
||||||
import org.joda.time.DateTime;
|
import org.joda.time.DateTime;
|
||||||
import org.joda.time.DateTimeZone;
|
import org.joda.time.DateTimeZone;
|
||||||
|
@ -37,7 +35,6 @@ import org.joda.time.format.DateTimeFormatter;
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
* @author James Murty
|
* @author James Murty
|
||||||
*/
|
*/
|
||||||
@ThreadSafe
|
|
||||||
@Singleton
|
@Singleton
|
||||||
public class JodaDateService implements DateService {
|
public class JodaDateService implements DateService {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue