#499 - Adding id property to Ext to conform to ALPS spec.
Adapted unit tests to include the additional field. Original pull request: #500.
This commit is contained in:
committed by
Oliver Gierke
parent
d8b7dcbca1
commit
a473943be4
@@ -29,6 +29,7 @@ import lombok.Value;
|
||||
@Builder
|
||||
public class Ext {
|
||||
|
||||
private final String id;
|
||||
private final String href;
|
||||
private final String value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user