GUACAMOLE-540: Remove unused imports.

This commit is contained in:
Nick Couchman
2018-06-30 14:31:24 -04:00
parent 3d593a4ca1
commit 2ff416bb1c

View File

@@ -20,8 +20,6 @@
package org.apache.guacamole.net.auth;
import java.io.Serializable;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;