65dd187f58a0c7e61a072310a95628c4500649aa
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type void to Future in method public setHandler(handler Handler<AsyncResult<T>>) : Future in class io.vertx.core.Future | From | To | |
Change Return Type void to Future<T> in method public setHandler(handler Handler<AsyncResult<T>>) : Future<T> in class io.vertx.core.impl.FutureImpl | From | To |