Merge pull request #4323 from shakuzen/patch-9

* pr/4323:
  Fix documentation example
pull/4317/merge
Stephane Nicoll 9 years ago
commit e02bda5f8e

@ -813,7 +813,7 @@ as `@Valid` to trigger its validation. For example, building upon the above
// ... getters and setters
private static class RemoteAddress {
public static class RemoteAddress {
@NotEmpty
public String hostname;

Loading…
Cancel
Save