--- android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java 2011/04/20 06:26:19 1333 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java 2011/04/20 06:28:04 1334 @@ -289,7 +289,7 @@ trainNumber = trainNumber + " " + extractTrainNumberAzure(fields.get(2));*/ departure.setTrainNumber(trainNumber); - if (trainType == TrainType.STOG) { //if it is stog the next vield is the "Line" code - this should be used somewhere, but skippint ahead for now + if (traintype == TrainType.STOG) { //if it is stog the next vield is the "Line" code - this should be used somewhere, but skippint ahead for now offset++; }