Merge pull request #4323 from shakuzen/patch-9

* pr/4323:
  Fix documentation example
This commit is contained in:
Stephane Nicoll
2015-10-28 17:53:05 +01:00

View File

@@ -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;