scan nearby stations for Berlin

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@395 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2010-12-15 22:46:54 +00:00
parent 028008cc08
commit 4f18a77433
4 changed files with 147 additions and 11 deletions

View file

@ -922,7 +922,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
LINES.put('?', new int[] { Color.DKGRAY, Color.WHITE });
}
public final int[] lineColors(final String line)
public int[] lineColors(final String line)
{
if (line.length() == 0)
return null;