commit | 82a743848903913cc4c7c54db93945ea7b98a6bf | [log] [tgz] |
---|---|---|
author | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Mar 10 22:23:14 2010 +0000 |
committer | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Mar 10 22:23:14 2010 +0000 |
tree | 7e65b48b03edac59d2cdc5d986f65a22b05c1ffa | |
parent | 656861d0205b897042434a1ee1378f525f399ecf [diff] |
Sort & format Review by: rjrjr@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7699 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/bikeshed/src/com/google/gwt/sample/expenses/client/ValuesImpl.java b/bikeshed/src/com/google/gwt/sample/expenses/client/ValuesImpl.java index 24cf229..6f7532f 100644 --- a/bikeshed/src/com/google/gwt/sample/expenses/client/ValuesImpl.java +++ b/bikeshed/src/com/google/gwt/sample/expenses/client/ValuesImpl.java
@@ -68,11 +68,11 @@ this.propertyHolder = propertyHolder; }-*/; - private native int getInt(String name) /*-{ + private native double getDouble(String name) /*-{ return this[name]; }-*/; - private native double getDouble(String name) /*-{ + private native int getInt(String name) /*-{ return this[name]; }-*/;