aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 09:36:04 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 09:36:04 +0000
commit30c7b7130034d7dde2f642643cc1af4c49982035 (patch)
tree1bf7bce31ee275f778b45a52e39ba49fe1d0118f
parent5506ed77821e2e413bb944f51da1e808149e3156 (diff)
downloadgwtquery-30c7b7130034d7dde2f642643cc1af4c49982035.tar.gz
gwtquery-30c7b7130034d7dde2f642643cc1af4c49982035.zip
trying to fix hudson build
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
index 25d62c8f..86a7a2c8 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
@@ -82,7 +82,7 @@ public class Properties extends JavaScriptObject {
}
public final <T> T get(Object name) {
- return c().get(String.valueOf(name));
+ return c().<T>get(String.valueOf(name));
}
public final boolean getBoolean(Object name) {