using ApsProtectedRestJerseyApi

This commit is contained in:
Brian Long 2025-04-08 14:51:28 -04:00
parent 889c94af0e
commit 93875d74ac

View File

@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
*/
@Component("aps.protected-api.jersey")
@Lazy
public class ApsProtectedRestApiJerseyImpl extends ApsProtectedRestApiImpl implements ApsPublicRestJerseyApi {
public class ApsProtectedRestApiJerseyImpl extends ApsProtectedRestApiImpl implements ApsProtectedRestJerseyApi {
/**
* This constructor is for Spring or POJO use