Harmonize RuntimeHintsRegistrar implementations

Closes gh-28801
This commit is contained in:
Stephane Nicoll
2022-07-12 18:26:10 +02:00
parent 44d7e2775f
commit 2c92d7da8f
26 changed files with 76 additions and 121 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.util.ClassUtils;
* @author Sebastien Deleuze
* @since 6.0
*/
public class HandshakeHandlerRuntimeHintsRegistrar implements RuntimeHintsRegistrar {
class HandshakeHandlerRuntimeHints implements RuntimeHintsRegistrar {
private static final boolean tomcatWsPresent;

View File

@@ -1,2 +1,2 @@
org.springframework.aot.hint.RuntimeHintsRegistrar= \
org.springframework.web.socket.server.support.HandshakeHandlerRuntimeHintsRegistrar
org.springframework.web.socket.server.support.HandshakeHandlerRuntimeHints