Polish
Closes gh-1669
This commit is contained in:
committed by
Stephane Nicoll
parent
fb61af1882
commit
4c888d0f32
@@ -117,7 +117,7 @@ public class ViewControllerRegistry {
|
||||
return null;
|
||||
}
|
||||
|
||||
Map<String, Object> urlMap = new LinkedHashMap<String, Object>();
|
||||
Map<String, Object> urlMap = new LinkedHashMap<>();
|
||||
for (ViewControllerRegistration registration : this.registrations) {
|
||||
urlMap.put(registration.getUrlPath(), registration.getViewController());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user