Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/299#discussion_r194525160
--- Diff:
guacamole-ext/src/main/java/org/apache/guacamole/token/StandardTokens.java ---
@@ -23,6 +23,8 @@
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;
--- End diff --
This should go above the `org.apache` entries, and be alphabetized in the
correct order.
---