Suppress unchecked warnings for tunnels typecast.

This commit is contained in:
Michael Jumper
2011-07-03 15:34:00 -07:00
parent e6a6ebe724
commit 423d1a6268

View File

@@ -45,6 +45,7 @@ public class GuacamoleSession {
* @param session The HttpSession to use as tunnel storage.
* @throws GuacamoleException If session is null.
*/
@SuppressWarnings("unchecked")
public GuacamoleSession(HttpSession session) throws GuacamoleException {
if (session == null)