Upgrade to Kotlin 1.1.4-eap-33

Issue: SPR-15814
This commit is contained in:
Sebastien Deleuze
2017-07-24 17:29:02 +02:00
parent 14ccb38523
commit ed6fe2b723
6 changed files with 18 additions and 16 deletions

View File

@@ -155,7 +155,7 @@ class SimpAnnotationMethodMessageHandlerKotlinTests {
clientOutboundChannel: MessageChannel) :
SimpAnnotationMethodMessageHandler(clientInboundChannel, clientOutboundChannel, brokerTemplate) {
fun registerHandler(handler: Any?) {
fun registerHandler(handler: Any) {
super.detectHandlerMethods(handler)
}
}