Fix nested class binding example

Closes gh-13060
This commit is contained in:
Stephane Nicoll 2018-05-04 16:13:13 +02:00
parent ed9ac53acd
commit 7392c57343

View File

@ -796,7 +796,7 @@ For example, the following class:
// ... getter and setters
private static class Host {
public static class Host {
private String ip;