Skip to content

Commit

Permalink
Merge pull request Azure#3 from WindowsAzure/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Albert Cheng committed Aug 20, 2012
2 parents 1215618 + e7d6798 commit a823f08
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
package com.microsoft.windowsazure.services.media;

import com.microsoft.windowsazure.services.core.Builder;
import com.microsoft.windowsazure.services.media.implementation.OAuthContract;
import com.microsoft.windowsazure.services.media.implementation.OAuthFilter;
import com.microsoft.windowsazure.services.media.implementation.OAuthRestProxy;
import com.microsoft.windowsazure.services.media.implementation.OAuthTokenManager;

public class Exports implements Builder.Exports {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/

package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import java.util.Date;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/

package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import java.net.URI;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import java.net.URISyntaxException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import java.io.IOException;
import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/

package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import java.net.URI;
import java.net.URISyntaxException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/

package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import org.codehaus.jackson.annotate.JsonProperty;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import static org.junit.Assert.*;

Expand All @@ -21,6 +21,7 @@
import org.junit.Test;

import com.microsoft.windowsazure.services.core.Configuration;
import com.microsoft.windowsazure.services.media.MediaConfiguration;
import com.sun.jersey.api.client.Client;

public class OAuthRestProxyIntegrationTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.microsoft.windowsazure.services.media;
package com.microsoft.windowsazure.services.media.implementation;

import static org.junit.Assert.*;
import static org.mockito.Mockito.*;
Expand Down

0 comments on commit a823f08

Please sign in to comment.