11 lines
162 B
Java
11 lines
162 B
Java
/**
|
|
* Dummy child of OsmLinkP just to encode the reverse bit
|
|
*
|
|
* @author ab
|
|
*/
|
|
package btools.mapcreator;
|
|
|
|
|
|
public class OsmLinkPReverse extends OsmLinkP
|
|
{
|
|
}
|