Fixed cellId

This commit is contained in:
Ziver Koc 2014-08-11 16:48:05 +02:00
parent 76b3790888
commit b77c064cfc

View file

@ -129,7 +129,7 @@ public class CSVWriter {
if(location != null)
return ""+location.getCid();
List<NeighboringCellInfo> cellList = telMan.getNeighboringCellInfo();
/*List<NeighboringCellInfo> cellList = telMan.getNeighboringCellInfo();
if(cellList != null) {
for (int i = 0; i < cellList.size(); i++) {
data.append(cellList.get(i).getCid());
@ -149,8 +149,7 @@ public class CSVWriter {
}
}
}
return data.toString();
return data.toString();*/
}
return "n/a";
}