Polishing (again)

This commit is contained in:
Andy Wilkinson 2016-03-24 17:23:13 +00:00
parent 18234ebb26
commit 209c2cf944
1 changed files with 0 additions and 5 deletions

View File

@ -487,11 +487,6 @@ public class ConfigFileApplicationListener implements EnvironmentPostProcessor,
return propertySource;
}
/**
* @param location
* @param resource
* @return
*/
private String getResourceDescription(String location, Resource resource) {
String resourceDescription = "'" + location + "'";
if (resource != null) {