removed jcip dependency

This commit is contained in:
Adrian Cole 2010-04-16 18:21:02 -07:00
parent 23a74bbbe7
commit 91f42446a7
1 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,6 @@ import java.util.regex.Pattern;
import javax.inject.Singleton;
import net.jcip.annotations.ThreadSafe;
import org.jclouds.date.DateService;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
@ -37,7 +35,6 @@ import org.joda.time.format.DateTimeFormatter;
* @author Adrian Cole
* @author James Murty
*/
@ThreadSafe
@Singleton
public class JodaDateService implements DateService {