SmartClient Version: v9.0p_2014-01-23/LGPL Development Only (built 2014-01-23)
I'm getting the following warning from the GWT compile. I try to have my compile warnings all cleaned up. Is there something that can be done about this? I am compiling with -strict.
I'm getting the following warning from the GWT compile. I try to have my compile warnings all cleaned up. Is there something that can be done about this? I am compiling with -strict.
Code:
Validating units: [WARN] Warnings in 'jar:file:/D:/SVN/PM/prod_manager/lib/smartgwt.jar!/com/smartgwt/client/widgets/calendar/Calendar.java' [WARN] Line 3195: Referencing deprecated class 'com.smartgwt.client.widgets.calendar.events.EventHoverHTMLEvent'
Comment