mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
improve ClientHandler api
This commit is contained in:
@@ -36,7 +36,6 @@ package sonia.scm.client;
|
||||
//~--- non-JDK imports --------------------------------------------------------
|
||||
|
||||
import sonia.scm.ScmState;
|
||||
import sonia.scm.group.Group;
|
||||
import sonia.scm.user.User;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
@@ -65,7 +64,7 @@ public interface ScmClientSession extends Closeable
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public ClientHandler<Group> getGroupHandler();
|
||||
public GroupClientHandler getGroupHandler();
|
||||
|
||||
/**
|
||||
* Method description
|
||||
@@ -89,5 +88,5 @@ public interface ScmClientSession extends Closeable
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public ClientHandler<User> getUserHandler();
|
||||
public UserClientHandler getUserHandler();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user