mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Remove TODOs about being an auto-generated method stub
This commit is contained in:
		
							parent
							
								
									1088ba46fa
								
							
						
					
					
						commit
						57a632bdd0
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -26,7 +26,6 @@ public class WikiAccountAuthenticator extends AbstractAccountAuthenticator { | |||
| 
 | ||||
|     @Override | ||||
|     public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) throws NetworkErrorException { | ||||
|         // TODO Auto-generated method stub | ||||
|         final Intent intent = new Intent(context, LoginActivity.class); | ||||
|         intent.putExtra(AccountManager.KEY_ACCOUNT_AUTHENTICATOR_RESPONSE, response); | ||||
|         final Bundle bundle = new Bundle(); | ||||
|  | @ -36,13 +35,11 @@ public class WikiAccountAuthenticator extends AbstractAccountAuthenticator { | |||
| 
 | ||||
|     @Override | ||||
|     public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) throws NetworkErrorException { | ||||
|         // TODO Auto-generated method stub | ||||
|         return null; | ||||
|     } | ||||
| 
 | ||||
|     @Override | ||||
|     public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { | ||||
|         // TODO Auto-generated method stub | ||||
|         return null; | ||||
|     } | ||||
| 
 | ||||
|  | @ -92,7 +89,6 @@ public class WikiAccountAuthenticator extends AbstractAccountAuthenticator { | |||
| 
 | ||||
|     @Override | ||||
|     public String getAuthTokenLabel(String authTokenType) { | ||||
|         // TODO Auto-generated method stub | ||||
|         return null; | ||||
|     } | ||||
| 
 | ||||
|  | @ -105,7 +101,6 @@ public class WikiAccountAuthenticator extends AbstractAccountAuthenticator { | |||
| 
 | ||||
|     @Override | ||||
|     public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) throws NetworkErrorException { | ||||
|         // TODO Auto-generated method stub | ||||
|         return null; | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 veyndan
						veyndan