[utilities COMMIT] /spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java
noreply at shibboleth.net
noreply at shibboleth.net
Tue Aug 18 17:52:57 EDT 2015
Author: tzeller
Date: Tue Aug 18 17:52:57 2015
New Revision: 815
URL: http://svn.shibboleth.net/view/utilities?rev=815&view=rev
Log:
Typo in log message.
Modified:
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java
Modified: spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java?rev=815&r1=814&r2=815&view=diff
==============================================================================
--- spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java (original)
+++ spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java Tue Aug 18 17:52:57 2015
@@ -68,7 +68,7 @@
if (null == resource.getFile()) {
throw new IOException("Backing resource has to be file backed");
}
- log.warn("This constructor is deprecrated, use backingFile=\"/path/to/file\" instead "
+ log.warn("This constructor is deprecated, use backingFile=\"/path/to/file\" instead "
+ "of resource=\"file:///path/to/file\"");
}
More information about the commits
mailing list