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];
   }-*/;