]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/runtime/SlcExecutionOutput.java
Improve web services
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / runtime / SlcExecutionOutput.java
index c6353942df4e08d0e028ea3eb0d577016d5f376f..7db9383996f436a0b85371ee6cdbc1178dc6c60c 100644 (file)
@@ -1,6 +1,6 @@
 package org.argeo.slc.runtime;
 
 public interface SlcExecutionOutput<T extends SlcExecutionContext> {
-       /** Called after the execution, before the resources are freed.*/
+       /** Called after the execution, before the resources are freed. */
        public void postExecution(T executionContext);
 }