Explorar o código

Merge branch 'fix/codeformat' into 'develop'

代码错误.

See merge request o2oa/o2oa!117
o2null %!s(int64=5) %!d(string=hai) anos
pai
achega
fe85d9fc7d

+ 1 - 1
.gitignore

@@ -8,7 +8,7 @@
 /o2server/servers/
 /o2server/store/jars/*.jar
 /o2server/store/*.war
-/o2server/*/config/
+/o2server/config/
 /o2server/store/
 /o2server/commons/
 /o2server/jvm/

+ 1 - 1
o2server/x_processplatform_service_processing/src/main/java/com/x/processplatform/service/processing/schedule/PassExpired.java

@@ -105,7 +105,7 @@ public class PassExpired extends AbstractJob {
 			this.updateTask(task, newTasks);
 			this.updateTaskCompleted(taskCompletedId, record);
 		} catch (Exception e) {
-			throw new ExceptionPassExpired(e, task.getId(), task.getTitle();
+			throw new ExceptionPassExpired(e, task.getId(), task.getTitle());
 		}
 	}