Ticket #269: Remove unused import.

This commit is contained in:
Michael Jumper
2013-02-26 12:13:49 -08:00
parent 6af023f7d3
commit 77f83dfaa4

View File

@@ -1,3 +1,6 @@
package net.sourceforge.guacamole.net.auth.mysql;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@@ -33,9 +36,6 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
package net.sourceforge.guacamole.net.auth.mysql;
import net.sourceforge.guacamole.net.auth.permission.ConnectionPermission;
/**
* A set of constants that are useful for the MySQL-based authentication provider.