wangwei %!s(int64=5) %!d(string=hai) anos
pai
achega
3decb6840b

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/commons/helpers/pipeline/NodeExecuter.java

@@ -30,6 +30,6 @@ public interface NodeExecuter<KEYIN, VALUEIN, KEYOUT, VALUEOUT> {
 	 * @throws Exception
 	 */
 	void execute(KEYIN key, VALUEIN value, final List<KeyValuePair<KEYOUT, VALUEOUT>> outList,
-			ObjectHolder<Boolean> removable, TaskContext context) throws Exception;
+			final ObjectHolder<Boolean> removable, TaskContext context) throws Exception;
 
 }