]> source.dussan.org Git - gwtquery.git/commitdiff
remove compiler error: Constructors must be 'protected' in subclasses of JavaScriptO...
authorManolo Carrasco <manolo@apache.org>
Sat, 9 Apr 2011 01:00:25 +0000 (01:00 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 9 Apr 2011 01:00:25 +0000 (01:00 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/UiPlugin.java

index 92c7539582ede52e20293b8f4d3027149154ac9f..76b78ab5cb009efdabc725e43cd889832773e038 100755 (executable)
@@ -69,7 +69,8 @@ public class UiPlugin extends GQuery {
    * @deprecated use {@link com.google.gwt.query.client.plugins.events.Event} instead 
    */
   public static class Event extends com.google.gwt.query.client.plugins.events.Event {
-
+    protected Event() {
+    }
   }