Author: norman
Date: Fri Jan 29 09:31:24 2010
New Revision: 904433
URL: http://svn.apache.org/viewvc?rev=904433&view=rev
Log:
typo
Modified:
james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/integration/JDBCGreylistHandler.java
Modified:
james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/integration/JDBCGreylistHandler.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/integration/JDBCGreylistHandler.java?rev=904433&r1=904432&r2=904433&view=diff
==============================================================================
---
james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/integration/JDBCGreylistHandler.java
(original)
+++
james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/integration/JDBCGreylistHandler.java
Fri Jan 29 09:31:24 2010
@@ -249,7 +249,7 @@
setSqlFileUrl(sFile);
- if (!sqlFileUrl.startsWith("file://") &&
!sqlFileUrl.startsWith("classpath://")) {
+ if (!sqlFileUrl.startsWith("file://") &&
!sqlFileUrl.startsWith("classpath:")) {
throw new ConfigurationException(
"Malformed sqlFile - Must be of the format
\"file://<filename>\".");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]