Open GoogleCodeExporter opened 8 years ago
This error seems simply luking interface "DroneVersionReader".
Current repository is broken.
If you want to fix temporary, create new file to
src/main/java/com/codeminders/ardrone/version/
DroneVersionReader.java ////
package com.codeminders.ardrone.version;
import java.io.IOException;
public interface DroneVersionReader {
public String readDroneVersion() throws IOException;
}
////////////////////////////
And to dear committer, please fix it.
Original comment by uki...@gmail.com
on 2 Feb 2014 at 9:23
Original issue reported on code.google.com by
normen667
on 5 Jun 2013 at 3:00