Jelajahi Sumber

修正提示

Zhou Rui 5 tahun lalu
induk
melakukan
d7550dc7ee

+ 1 - 1
o2server/x_processplatform_assemble_surface/src/main/java/com/x/processplatform/assemble/surface/jaxrs/work/ExceptionRetractNoneTaskCompleted.java

@@ -7,6 +7,6 @@ class ExceptionRetractNoneTaskCompleted extends PromptException {
 	private static final long serialVersionUID = 1040883405179987063L;
 
 	ExceptionRetractNoneTaskCompleted(String title, String id) {
-		super("工作已经过处理无法召回, 工作:{}, id:{}.", title, id);
+		super("工作已经过处理无法召回, 工作:{}, id:{}.", title, id);
 	}
 }