q225zhan commented on this pull request.
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.jclouds.azure.storage.features; + +import org.jclouds.azure.storage.domain.internals.QueueResponse.CreateQueueResponse; +import org.jclouds.azure.storage.domain.internals.QueueResponse.DeleteQueueResponse; +import org.jclouds.azure.storage.domain.internals.QueueResponse.ListQueueResponse; +import org.jclouds.azure.storage.filters.SharedKeyLiteAuthentication; +import org.jclouds.azure.storage.parser.ParseCreateQueueResponse; +import org.jclouds.azure.storage.parser.ParseDeleteQueueResponse; +import org.jclouds.rest.annotations.*; + +import javax.inject.Named; +import javax.ws.rs.*; Done -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/405#discussion_r129733888
