refactored some code

This commit is contained in:
Chumva 2018-03-05 15:12:04 +02:00
parent 50fde687c7
commit 3b8e28f0af

View file

@ -58,7 +58,7 @@ public class TransportStopRouteAdapter extends ArrayAdapter<TransportStopRoute>
return convertView;
}
public String getTransportRefSubstring(String ref) {
private String getTransportRefSubstring(String ref) {
if (ref.contains(":")) {
ref = ref.substring(0, ref.lastIndexOf(':'));
}