|
|
|
@ -176,7 +176,7 @@ public abstract class AbstractResourceBasedMessageSource extends AbstractMessage |
|
|
|
* a non-classpath location. |
|
|
|
* a non-classpath location. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void setCacheSeconds(int cacheSeconds) { |
|
|
|
public void setCacheSeconds(int cacheSeconds) { |
|
|
|
this.cacheMillis = (cacheSeconds * 1000); |
|
|
|
this.cacheMillis = cacheSeconds * 1000L; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
|