Skip to content

Commit

Permalink
Merge pull request #616 from gcheng/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Albert Cheng committed Jan 14, 2013
2 parents 993b3b4 + d05dec3 commit f8f9051
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Expand Up @@ -20,8 +20,6 @@
/**
* A class representing active token.
*
* @author azurejava@microsoft.com
*
*/
public class ActiveToken {

Expand Down
Expand Up @@ -25,8 +25,6 @@
/**
* The Jersey filter for OAuth.
*
* @author azurejava@microsoft.com
*
*/
public class OAuthFilter extends IdempotentClientFilter {
private final OAuthTokenManager oAuthTokenManager;
Expand Down
Expand Up @@ -37,8 +37,6 @@
/**
* The OAuth rest proxy.
*
* @author azurejava@microsoft.com
*
*/
public class OAuthRestProxy implements OAuthContract {
Client channel;
Expand Down
Expand Up @@ -29,8 +29,6 @@
/**
* An OAuth token manager class.
*
* @author azurejava@microsoft.com
*
*/
public class OAuthTokenManager {
private final DateFactory dateFactory;
Expand Down
Expand Up @@ -20,8 +20,6 @@
/**
* A class representing OAuth token response.
*
* @author azurejava@microsoft.com
*
*/
public class OAuthTokenResponse {

Expand Down

0 comments on commit f8f9051

Please sign in to comment.