Polishing

This commit is contained in:
Juergen Hoeller
2016-12-20 21:11:07 +01:00
parent 8662c61a17
commit 9cb4de8b5e
5 changed files with 23 additions and 25 deletions

View File

@@ -175,7 +175,6 @@ public class StompSubProtocolHandler implements SubProtocolHandler, ApplicationE
/**
* Configure a {@link StompEncoder} for encoding STOMP frames
* @param encoder the encoder
* @since 4.3.5
*/
public void setEncoder(StompEncoder encoder) {
@@ -184,7 +183,6 @@ public class StompSubProtocolHandler implements SubProtocolHandler, ApplicationE
/**
* Configure a {@link StompDecoder} for decoding STOMP frames
* @param decoder the decoder
* @since 4.3.5
*/
public void setDecoder(StompDecoder decoder) {