Skip to content

Commit

Permalink
fix(api)!: device configuration put now is encoded and decoded correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Jan 11, 2024
1 parent 5b88cff commit fb3d623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @since 1.0
*/
@XmlRootElement(name = "configurations")
@XmlRootElement(name = "serviceConfigurations")
@XmlAccessorType(XmlAccessType.PROPERTY)
@XmlType(factoryClass = ServiceConfigurationXmlRegistry.class, factoryMethod = "newConfiguration")
public interface ServiceConfiguration extends KapuaSerializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @since 1.0
*/
@XmlRootElement(name = "configurations")
@XmlRootElement(name = "deviceConfigurations")
@XmlAccessorType(XmlAccessType.PROPERTY)
@XmlType(factoryClass = DeviceConfigurationXmlRegistry.class, factoryMethod = "newConfiguration")
public interface DeviceConfiguration extends KapuaSerializable {
Expand Down

0 comments on commit fb3d623

Please sign in to comment.