We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41920c commit a7754e9Copy full SHA for a7754e9
src/main/java/org/gridsuite/gateway/endpoints/UserAdminServer.java
@@ -13,7 +13,7 @@
13
* @author Etienne Homer <etienne.homer at rte-france.com>
14
*/
15
@Component(value = UserAdminServer.ENDPOINT_NAME)
16
-public class UserAdminServer implements EndPointElementServer {
+public class UserAdminServer implements EndPointServer {
17
18
public static final String ENDPOINT_NAME = "user-admin";
19
0 commit comments