Skip to content

Commit 7392c57

Browse files
committed
Fix nested class binding example
Closes gh-13060
1 parent ed9ac53 commit 7392c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ For example, the following class:
796796
797797
// ... getter and setters
798798
799-
private static class Host {
799+
public static class Host {
800800
801801
private String ip;
802802

0 commit comments

Comments
 (0)