mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-524: Fixed up code style and comments
Also added Override tag in AbstractAuthenticatedUser on getAttributes and setAttributes.
This commit is contained in:
		| @@ -42,10 +42,12 @@ public abstract class AbstractAuthenticatedUser extends AbstractIdentifiable | ||||
|         // Nothing to invalidate | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public Map<String, String> getAttributes() { | ||||
|         return Collections.<String, String>emptyMap(); | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public void setAttributes(Map<String, String> attributes) { | ||||
|         //do nothing | ||||
|     } | ||||
|   | ||||
| @@ -25,6 +25,7 @@ import java.util.Map; | ||||
| import java.util.Set; | ||||
| import org.apache.guacamole.net.auth.AuthenticatedUser; | ||||
| import org.apache.guacamole.net.auth.Credentials; | ||||
|  | ||||
| /** | ||||
|  * Utility class which provides access to standardized token names, as well as | ||||
|  * facilities for generating those tokens from common objects. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user