Write out details of API Evolution into a README

This commit is contained in:
Greg Turnquist
2017-06-01 11:23:25 -05:00
parent 0aad6c3ab4
commit c99ebe755f
8 changed files with 450 additions and 26 deletions

View File

@@ -52,8 +52,8 @@ class Employee implements Identifiable<Long> {
}
/**
* Just merged {@literal firstName} and {@literal lastName} together.
*
* Just merge {@literal firstName} and {@literal lastName} together.
*
* @return
*/
public String getName() {