-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.0
-
Component/s: None
-
Labels:None
In the file MultiPointToSinglePointIntentCompiler.java:
intentManager.unregisterCompiler(PointToPointIntent.class);
should be
intentManager.unregisterCompiler(MultiPointToSinglePointIntent.class);