refactored some code
This commit is contained in:
parent
50fde687c7
commit
3b8e28f0af
1 changed files with 1 additions and 1 deletions
|
@ -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(':'));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue