Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit b61c258

Browse files
committed
Revert manual hint
This hint is no longer required now that gh-1459 has been reverted.
1 parent 493424f commit b61c258

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-native-configuration/src/main/java/org/springframework/boot/SpringBootHints.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2021 the original author or authors.
2+
* Copyright 2019-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -51,7 +51,6 @@
5151
})
5252
},
5353
types = {
54-
@TypeHint(typeNames = "org.springframework.boot.context.properties.ConfigurationPropertiesBinder$Factory"),
5554
@TypeHint(types = {
5655
LogManager.class,
5756
JavaLoggingSystem.class

0 commit comments

Comments
 (0)