mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUACAMOLE-524: Fix order of imports.
This commit is contained in:
		| @@ -21,11 +21,10 @@ package org.apache.guacamole.token; | ||||
|  | ||||
| import java.text.SimpleDateFormat; | ||||
| import java.util.Date; | ||||
| import org.apache.guacamole.net.auth.AuthenticatedUser; | ||||
| import org.apache.guacamole.net.auth.Credentials; | ||||
| 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. | ||||
| @@ -80,7 +79,7 @@ public class StandardTokens { | ||||
|      * The prefix of the arbitrary attribute tokens. | ||||
|      */ | ||||
|     public static final String ATTR_TOKEN_PREFIX = "GUAC_ATTR:"; | ||||
|      | ||||
|  | ||||
|     /** | ||||
|      * This utility class should not be instantiated. | ||||
|      */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user