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. * @param session The HttpSession to use as tunnel storage.
* @throws GuacamoleException If session is null. * @throws GuacamoleException If session is null.
*/ */
@SuppressWarnings("unchecked")
public GuacamoleSession(HttpSession session) throws GuacamoleException { public GuacamoleSession(HttpSession session) throws GuacamoleException {
if (session == null) if (session == null)