Fix placement of import.

This commit is contained in:
Michael Jumper
2013-01-26 17:15:55 -08:00
committed by Michael Jumper
parent ef342e9100
commit 34dd92cae6

View File

@@ -1,8 +1,6 @@
package net.sourceforge.guacamole.net.auth;
import net.sourceforge.guacamole.GuacamoleException;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@@ -39,6 +37,8 @@ import net.sourceforge.guacamole.GuacamoleException;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
/**
* Interface which allows restricted objects to expose their restrictions.