Fix compilation warning
-----------------------
Key: SHINDIG-832
URL: https://issues.apache.org/jira/browse/SHINDIG-832
Project: Shindig
Issue Type: Improvement
Components: Common Components (Java), Gadget Rendering Server (Java),
RESTful API (Java)
Affects Versions: trunk
Reporter: Vincent Siveton
Fix For: trunk
When compiling Shindig, you could see some compilation warning:
{noformat}
[WARNING] XXX .java:[XX,XX] [deprecation] XXX in YYY has been deprecated
[WARNING] XXX .java:[XX,XX] [unchecked] unchecked cast
[WARNING] XXX .java:[XX,XX] [unchecked] unchecked conversion
{noformat}
It will be easy to fix unchecked warn.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.