]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/OsFileFactoryBean.java
Improve SSH support
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / core / execution / OsFileFactoryBean.java
index 18a9f840be32ee0642c9b494e33680809c88a3ff..b8c1f1c6b0d806cec40a6eba7930732b503794fc 100644 (file)
@@ -15,7 +15,7 @@ public class OsFileFactoryBean implements FactoryBean {
        /** Return an existing file on the file system. */
        public Object getObject() throws Exception {
                Assert.notNull(executionResources, "executionResources is null");
-               Assert.notNull(resource, "relativePath is null");
+               Assert.notNull(resource, "resource is null");
                return executionResources.getAsOsPath(resource, overwrite);
        }