Skip to content

Commit a18df11

Browse files
deejay1snicoll
authored andcommitted
Fix location of Kotlin configuration metadata samples
See gh-46774 Signed-off-by: Łukasz Jernaś <[email protected]>
1 parent ba9e847 commit a18df11

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.configurationmetadata.annotationprocessor.automaticmetadatageneration
17+
package org.springframework.boot.docs.appendix.configurationmetadata.annotationprocessor.automaticmetadatageneration
1818

1919
import org.springframework.boot.context.properties.ConfigurationProperties
2020
import java.util.Arrays
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.configurationmetadata.annotationprocessor.automaticmetadatageneration
17+
package org.springframework.boot.docs.appendix.configurationmetadata.annotationprocessor.automaticmetadatageneration
1818

1919
import org.springframework.boot.context.properties.ConfigurationProperties
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.configurationmetadata.annotationprocessor.automaticmetadatageneration.nestedproperties
17+
package org.springframework.boot.docs.appendix.configurationmetadata.annotationprocessor.automaticmetadatageneration.nestedproperties
1818

1919
import org.springframework.boot.context.properties.ConfigurationProperties
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.configurationmetadata.format.property
17+
package org.springframework.boot.docs.appendix.configurationmetadata.format.property
1818

1919
import org.springframework.boot.context.properties.ConfigurationProperties
2020
import org.springframework.boot.context.properties.DeprecatedConfigurationProperty
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.configurationmetadata.manualhints.valuehint
17+
package org.springframework.boot.docs.appendix.configurationmetadata.manualhints.valuehint
1818

1919
import org.springframework.boot.context.properties.ConfigurationProperties
2020

0 commit comments

Comments
 (0)