Skip to content

Commit c265e73

Browse files
removed auto-generated comments
1 parent 5719d7a commit c265e73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/scribe/builder/api/ConstantContactApi.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,18 @@ public class ConstantContactApi extends DefaultApi10a
99
@Override
1010
public String getAccessTokenEndpoint()
1111
{
12-
// TODO Auto-generated method stub
1312
return "https://oauth.constantcontact.com/ws/oauth/access_token";
1413
}
1514

1615
@Override
1716
public String getAuthorizationUrl(Token requestToken)
1817
{
19-
// TODO Auto-generated method stub
2018
return String.format(AUTHORIZE_URL, requestToken.getToken());
2119
}
2220

2321
@Override
2422
public String getRequestTokenEndpoint()
2523
{
26-
// TODO Auto-generated method stub
2724
return "https://oauth.constantcontact.com/ws/oauth/request_token";
2825
}
2926
}

0 commit comments

Comments
 (0)