From 48d9e6289cc9fc79e83cac80e94dd8579ee2745a Mon Sep 17 00:00:00 2001 From: Josh Long Date: Mon, 4 Oct 2010 00:10:20 -0700 Subject: [PATCH] i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471 --- .../oauth/AbstractOAuthAccessTokenBasedFactoryBean.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-twitter/src/main/java/org/springframework/integration/twitter/oauth/AbstractOAuthAccessTokenBasedFactoryBean.java b/spring-integration-twitter/src/main/java/org/springframework/integration/twitter/oauth/AbstractOAuthAccessTokenBasedFactoryBean.java index fd0640fafb..6f4ed65190 100644 --- a/spring-integration-twitter/src/main/java/org/springframework/integration/twitter/oauth/AbstractOAuthAccessTokenBasedFactoryBean.java +++ b/spring-integration-twitter/src/main/java/org/springframework/integration/twitter/oauth/AbstractOAuthAccessTokenBasedFactoryBean.java @@ -58,8 +58,8 @@ abstract public class AbstractOAuthAccessTokenBasedFactoryBean implements Ini } /** - * This probably doesn't belong here. It's more for support for running the {@link OAuthAccessTokenBasedTwitterFactoryBean#main(String[])} or - * {@link OAuthAccessTokenBasedTwitterFactoryBean#main(String[])} methods that run the user through a command line tool to approve a user for the first + * This probably doesn't belong here. It's more for support for running the {@link OAuthAccessTokenBasedTwitterFactoryBean} or + * {@link OAuthAccessTokenBasedTwitterFactoryBean} methods that run the user through a command line tool to approve a user for the first * time if the user hasn't obtained her {@code accessToken } yet * * @param resource the resource where properties file lives