wangwei 5 år sedan
förälder
incheckning
07dee1ba49

+ 2 - 2
src/main/java/cn/com/qmth/examcloud/commons/helpers/pipeline/SimpleNode.java

@@ -69,7 +69,7 @@ public class SimpleNode<KEYIN, VALUEIN, KEYOUT, VALUEOUT>
 	 */
 	@Override
 	public void start() {
-		this.startNodeExecuters();
+		this.startNodeExecuter();
 
 		this.startLogThread();
 	}
@@ -79,7 +79,7 @@ public class SimpleNode<KEYIN, VALUEIN, KEYOUT, VALUEOUT>
 	 *
 	 * @author WANGWEI
 	 */
-	private void startNodeExecuters() {
+	private void startNodeExecuter() {
 		new Thread(() -> {
 
 			while (true) {