add name resource to xml annotation root element

This commit is contained in:
Roberto Cirillo 2023-02-16 12:19:37 +01:00
parent c939f13fad
commit b064f74fbd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import lombok.Setter;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
@XmlRootElement( name="resource")
public class ServiceEndpointProfile {
@Getter
@Setter