Don't return an unmod collection. am: 26ce4b57d5
Original change: undetermined Change-Id: I196bc866530fa36229bd0be249eba725f46d192a
This commit is contained in:
@@ -197,7 +197,7 @@ public class LinkProperties implements Parcelable {
|
||||
for (LinkProperties stacked: mStackedLinks.values()) {
|
||||
routes.addAll(stacked.getAllRoutes());
|
||||
}
|
||||
return Collections.unmodifiableCollection(routes);
|
||||
return routes;
|
||||
}
|
||||
|
||||
public void setHttpProxy(ProxyProperties proxy) {
|
||||
|
||||
Reference in New Issue
Block a user