Reformat whole codebase using Android Studio
This commit is contained in:
parent
d5322667d5
commit
c15913c1ab
161 changed files with 15124 additions and 18537 deletions
|
|
@ -1,13 +1,12 @@
|
|||
/**
|
||||
* Container for routig configs
|
||||
*
|
||||
* @author ab
|
||||
*/
|
||||
package btools.mapaccess;
|
||||
|
||||
public interface OsmLinkHolder
|
||||
{
|
||||
void setNextForLink( OsmLinkHolder holder );
|
||||
|
||||
OsmLinkHolder getNextForLink();
|
||||
}
|
||||
/**
|
||||
* Container for routig configs
|
||||
*
|
||||
* @author ab
|
||||
*/
|
||||
package btools.mapaccess;
|
||||
|
||||
public interface OsmLinkHolder {
|
||||
void setNextForLink(OsmLinkHolder holder);
|
||||
|
||||
OsmLinkHolder getNextForLink();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue