Skip to content

Commit a7754e9

Browse files
authored
fix (#69)
Signed-off-by: Etienne Homer <[email protected]>
1 parent d41920c commit a7754e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/gateway/endpoints/UserAdminServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Etienne Homer <etienne.homer at rte-france.com>
1414
*/
1515
@Component(value = UserAdminServer.ENDPOINT_NAME)
16-
public class UserAdminServer implements EndPointElementServer {
16+
public class UserAdminServer implements EndPointServer {
1717

1818
public static final String ENDPOINT_NAME = "user-admin";
1919

0 commit comments

Comments
 (0)