#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:
Michael Hibay
2016-09-29 15:50:55 -04:00
committed by Oliver Gierke
parent d8b7dcbca1
commit a473943be4
3 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ import lombok.Value;
@Builder
public class Ext {
private final String id;
private final String href;
private final String value;
}