Merge pull request #4323 from shakuzen/patch-9
* pr/4323: Fix documentation example
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user