Browse Source

Merge branch '1.5.x' into 2.0.x

pull/13076/merge
Stephane Nicoll 8 years ago
parent
commit
959c569199
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

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

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

Loading…
Cancel
Save