Testing the refactoring command

This commit is contained in:
Joe Bowser
2008-11-28 11:30:30 -08:00
parent b75fdf8610
commit b50f0c99e6
9 changed files with 27 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
package com.nitobi.phonegap;
public class AccelTuple {
public long accelX;
public long accelY;
public long accelZ;
}