forked from Cookies_Github_mirror/AquaDX
[O] Unify even more BaseHandlers
This commit is contained in:
@@ -9,5 +9,5 @@ import java.util.Map;
|
||||
*/
|
||||
public interface BaseHandler {
|
||||
|
||||
String handle(Map<String, Object> request) throws JsonProcessingException;
|
||||
Object handle(Map<String, Object> request) throws JsonProcessingException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user