forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Azure#54 from rpaquay/dev
Looks good! Pulling before more dev-branch changes appear
- Loading branch information
Showing
87 changed files
with
3,371 additions
and
1,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
microsoft-azure-api/src/main/java/com/microsoft/windowsazure/http/FilterableService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.microsoft.windowsazure.http; | ||
|
||
public interface FilterableService<T> { | ||
T withFilter(ServiceFilter filter); | ||
} |
46 changes: 0 additions & 46 deletions
46
...-azure-api/src/main/java/com/microsoft/windowsazure/services/blob/BlobListingDetails.java
This file was deleted.
Oops, something went wrong.
141 changes: 0 additions & 141 deletions
141
microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/blob/BlobService.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.