Reformat whole codebase using Android Studio
This commit is contained in:
parent
d5322667d5
commit
c15913c1ab
161 changed files with 15124 additions and 18537 deletions
|
|
@ -5,9 +5,10 @@ package btools.codec;
|
|||
* from the decoder to find the closest
|
||||
* matches to the waypoints
|
||||
*/
|
||||
public interface WaypointMatcher
|
||||
{
|
||||
boolean start( int ilonStart, int ilatStart, int ilonTarget, int ilatTarget );
|
||||
void transferNode( int ilon, int ilat );
|
||||
public interface WaypointMatcher {
|
||||
boolean start(int ilonStart, int ilatStart, int ilonTarget, int ilatTarget);
|
||||
|
||||
void transferNode(int ilon, int ilat);
|
||||
|
||||
void end();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue