1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01: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 3f881454da
commit 7a214dc6cb
2 changed files with 2 additions and 4 deletions

View File

@ -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();
}
}
}
}

View File

@ -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();
}
}
}
}