Commit 15442b96 authored by Stephane Nicoll's avatar Stephane Nicoll

Avoid wrong meta-data

Make `getFaviconLocations` package private so that it's not (wrongly)
exposed in the meta-data.

Closes gh-3647
parent b17809b4
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment