Fix nested class binding example

Closes gh-13060
pull/13087/head
Stephane Nicoll 7 years ago
parent ed9ac53acd
commit 7392c57343

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

Loading…
Cancel
Save