mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
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:
parent
028008cc08
commit
4f18a77433
4 changed files with 147 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue