-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.10-HF05
-
Fix Version/s: 9.10-HF06
-
Component/s: Automation
-
Tags:
-
Backlog priority:900
-
Sprint:nxfit 10.2.3
In the commit https://github.com/nuxeo/nuxeo/commit/47ada5f11026ffe0b81b4d8e4633c9ab5359b45c the signature of the public push method has changed
- public Object push(String type, Object obj) { + public void push(String type, Object obj) {
In the maintenance branch, we must not remove the public methods.