]> source.dussan.org Git - gwtquery.git/commit
Fix a disanbiguity introduced with SafeHtml patch
authorManolo Carrasco <manolo@apache.org>
Tue, 10 Mar 2015 09:20:17 +0000 (10:20 +0100)
committerManolo Carrasco <manolo@apache.org>
Tue, 10 Mar 2015 09:22:53 +0000 (10:22 +0100)
commitf3c92755f53a72180469b2220da5d9b017112ec9
tree4d45faae6bb21eed28efadbfdeb1fe20434a843c
parent7e2b73dd8014626f37f7801b17a435bfde6a696c
Fix a disanbiguity introduced with SafeHtml patch

When using gwt-2.8.0 and java8 gwt compiler is more restrictive and
when you override a method(Object) with certain classes like
Interfaces or JSO, there is an error like:
The method $(Object) is ambiguous for the type GQuery.

Also updated lazy interface with new methods.
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java