1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-04-01 19:25:17 +02:00

AndroidGCS: Clean up some warnings in UAVO templates

This commit is contained in:
James Cotton 2012-08-06 01:17:19 -05:00
parent dff1344b6c
commit f6692c07fe
2 changed files with 2 additions and 4 deletions
androidgcs/src/org/openpilot/uavtalk/uavobjects
ground/openpilotgcs/src/libs/juavobjects/templates

@ -28,7 +28,6 @@
package org.openpilot.uavtalk.uavobjects;
import org.openpilot.uavtalk.uavobjects.*;
import org.openpilot.uavtalk.UAVObjectManager;
public class UAVObjectsInitialize {
@ -112,4 +111,4 @@ public class UAVObjectsInitialize {
e.printStackTrace();
}
}
}
}

@ -28,7 +28,6 @@
package org.openpilot.uavtalk.uavobjects;
import org.openpilot.uavtalk.uavobjects.*;
import org.openpilot.uavtalk.UAVObjectManager;
public class UAVObjectsInitialize {
@ -40,4 +39,4 @@ $(OBJINIT)
e.printStackTrace();
}
}
}
}