Reformat whole codebase using Android Studio

This commit is contained in:
Manuel Fuhr 2022-07-11 06:30:17 +02:00
parent d5322667d5
commit c15913c1ab
161 changed files with 15124 additions and 18537 deletions

View file

@ -1,13 +1,12 @@
/**
* Container for link between two Osm nodes
*
* @author ab
*/
package btools.mapaccess;
final class NodesList
{
public OsmNode node;
public NodesList next;
}
/**
* Container for link between two Osm nodes
*
* @author ab
*/
package btools.mapaccess;
final class NodesList {
public OsmNode node;
public NodesList next;
}