Suppress Eclipse warning about missing serialVersionUID in SafeHtmlString
Change-Id: I46c6b060f106bc2673193e909f094579f6a0bf1c
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
package com.google.gwtexpui.safehtml.client;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
class SafeHtmlString extends SafeHtml {
|
||||
private final String html;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user