fixed 'Sitzenbleiber'

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@70 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-12 13:36:47 +00:00
parent ff8066ff14
commit 03f042ad90

View file

@ -430,10 +430,10 @@ public class MvvProvider implements NetworkProvider
lastArrival = arrival; lastArrival = arrival;
} }
} }
} else
else {
{ throw new IllegalArgumentException("cannot parse '" + set + "' on " + uri);
throw new IllegalArgumentException("cannot parse '" + set + "' on " + uri); }
} }
} }