Skip to content

Commit

Permalink
Merge pull request #401 from gcheng/release
Browse files Browse the repository at this point in the history
fix a importation error for DateConverter.
  • Loading branch information
Albert Cheng committed Sep 18, 2013
2 parents 0ea3422 + 6f9e465 commit 80ccbba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import com.microsoft.windowsazure.services.blob.implementation.RFC1123DateConverter;
import com.microsoft.windowsazure.services.core.RFC1123DateConverter;
import com.microsoft.windowsazure.services.core.ServiceFilter;
import com.microsoft.windowsazure.services.core.UserAgentFilter;
import com.microsoft.windowsazure.services.core.utils.pipeline.ClientFilterAdapter;
Expand Down

0 comments on commit 80ccbba

Please sign in to comment.