diff --git a/examples/jackson2-api-lombok/src/main/java/com/webcohesion/enunciate/examples/jaxrsjackson/genealogy/data/Person.java b/examples/jackson2-api-lombok/src/main/java/com/webcohesion/enunciate/examples/jaxrsjackson/genealogy/data/Person.java index 2fc3e3c..e6a1d55 100644 --- a/examples/jackson2-api-lombok/src/main/java/com/webcohesion/enunciate/examples/jaxrsjackson/genealogy/data/Person.java +++ b/examples/jackson2-api-lombok/src/main/java/com/webcohesion/enunciate/examples/jaxrsjackson/genealogy/data/Person.java @@ -54,24 +54,6 @@ public class Person { } /** - * The person id. - * - * @return The person id. - */ - public String getId() { - return id; - } - - /** - * The person id. - * - * @param id The person id. - */ - public void setId(String id) { - this.id = id; - } - - /** * The gender of a person. * * @return The gender of a person.