Fix nested class binding example
Closes gh-13060
This commit is contained in:
@@ -796,7 +796,7 @@ For example, the following class:
|
||||
|
||||
// ... getter and setters
|
||||
|
||||
private static class Host {
|
||||
public static class Host {
|
||||
|
||||
private String ip;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user