Commit e02bda5f authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #4323 from shakuzen/patch-9

* pr/4323:
  Fix documentation example
parents f09bbb5e 2516dc03
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment