spring-guides / gs-consuming-rest

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.
https://spring.io/guides/gs/consuming-rest/
Apache License 2.0
195 stars 287 forks source link

Text of guide refers incorrectly to Pivotal and Lombok #16

Closed iambic69 closed 8 years ago

iambic69 commented 8 years ago

The guide says "If all you need to know are Pivotal’s name, phone number, website URL, and what the pivotalsoftware page is about, then the following domain class should do fine:", but the example being used is quotes about Spring Boot, not Pivotal's web page.

After the example domain class, Quote.java, it says "It also uses Project Lombok’s @Data annotation, which provides a getter, a setter, a toString, and other supporting methods." However, "@Data" is not used.

gregturn commented 8 years ago

Resolved via #15