Subversion Repository Public Repository

litesoft

Diff Revisions 905 vs 906 for /trunk/mobileGWT/mgwt.changetracking/mgwt/src/main/java/com/googlecode/mgwt/ui/client/MGWTStyle.java

Diff revisions: vs.
  @@ -6,6 +6,7 @@
6 6 import com.google.gwt.dom.client.Element;
7 7 import com.google.gwt.dom.client.LinkElement;
8 8 import com.google.gwt.dom.client.NodeList;
9 +
9 10 import com.googlecode.mgwt.ui.client.theme.MGWTTheme;
10 11 import com.googlecode.mgwt.ui.client.theme.MGWTThemeBaseThemeStandardImpl;
11 12
  @@ -34,7 +35,6 @@
34 35 *
35 36 * @return the default bundle
36 37 */
37 - @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "LI_LAZY_INIT_UPDATE_STATIC", justification = "no multithreading in gwt code")
38 38 public static final MGWTTheme getTheme() {
39 39 if (theme == null) {
40 40 theme = new MGWTThemeBaseThemeStandardImpl();