Merge "Don't return an unmod collection." into jb-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
868adf7369
@@ -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