(no commit message)
authorBill Kuker <bkuker@billkuker.com>
Mon, 22 Nov 2010 01:58:49 +0000 (01:58 +0000)
committerBill Kuker <bkuker@billkuker.com>
Mon, 22 Nov 2010 01:58:49 +0000 (01:58 +0000)
src/com/billkuker/rocketry/motorsim/io/MotorIO.java

index 7ef7a70f31fe556cc1507cfd38a3815712ea0c34..c627827fe0bb024eab1071f0fbbce57223828f17 100644 (file)
@@ -37,7 +37,9 @@ public class MotorIO {
                                MarshallingContext ctx) {\r
                        /*Fuel f = (Fuel)o;\r
                        w.setValue(f.getURI().toString());*/\r
-                       ctx.convertAnother(FuelResolver.getURI((Fuel)o));\r
+                       Fuel f = (Fuel)o;\r
+                       URI uri = FuelResolver.getURI(f);\r
+                       ctx.convertAnother(uri);\r
                }\r
 \r
                @Override\r