Skip to content

Commit

Permalink
Merge pull request eclipse-kapua#4097 from Agnul97/fix-credential_sta…
Browse files Browse the repository at this point in the history
…tus_unmarshalling

FIX  - Unmarshalling of "credentialStatus" property for CredentialCreator
  • Loading branch information
riccardomodanese authored Aug 20, 2024
2 parents b7a46c7 + ff20e6f commit 1efea72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public interface CredentialCreator extends KapuaEntityCreator<Credential> {
* @return The {@link CredentialStatus}
* @since 1.0.0
*/
@XmlElement(name = "status")
@XmlElement(name = "credentialStatus")
CredentialStatus getCredentialStatus();

/**
Expand Down

0 comments on commit 1efea72

Please sign in to comment.