|
Change Variable Type promises : Promise[] to promises : Promise<?>[] in method public scheduleActivity(eventName String, version String, input Object) : Object in class org.apache.camel.component.aws.swf.CamelSWFActivityClient |
From |
To |
|
Change Variable Type r : Promise to r : Promise<?> in method protected doFinally() : void in class org.apache.camel.component.aws.swf.CamelWorkflowDefinition.execute |
From |
To |
|
Change Variable Type methodResult : AtomicReference<Promise> to methodResult : AtomicReference<Promise<?>> in method public execute(input String) : Promise<String> in class org.apache.camel.component.aws.swf.CamelWorkflowDefinition |
From |
To |
|
Change Variable Type promises : Promise[] to promises : Promise<?>[] in method protected asPromiseArray(input Object) : Promise<?>[] in class org.apache.camel.component.aws.swf.CamelSWFActivityClient |
From |
To |