Upgrade to Kotlin 1.1.4-eap-33
Issue: SPR-15814
This commit is contained in:
@@ -155,7 +155,7 @@ class SimpAnnotationMethodMessageHandlerKotlinTests {
|
||||
clientOutboundChannel: MessageChannel) :
|
||||
SimpAnnotationMethodMessageHandler(clientInboundChannel, clientOutboundChannel, brokerTemplate) {
|
||||
|
||||
fun registerHandler(handler: Any?) {
|
||||
fun registerHandler(handler: Any) {
|
||||
super.detectHandlerMethods(handler)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user