Avoid wrong meta-data
Make `getFaviconLocations` package private so that it's not (wrongly) exposed in the meta-data. Closes gh-3647
This commit is contained in:
@@ -116,7 +116,7 @@ public class ResourceProperties implements ResourceLoaderAware {
|
||||
return result;
|
||||
}
|
||||
|
||||
public List<Resource> getFaviconLocations() {
|
||||
List<Resource> getFaviconLocations() {
|
||||
List<Resource> locations = new ArrayList<Resource>(
|
||||
CLASSPATH_RESOURCE_LOCATIONS.length + 1);
|
||||
if (this.resourceLoader != null) {
|
||||
|
||||
Reference in New Issue
Block a user