rm TODO autogen method stubs
This commit is contained in:
parent
fe8af0fedf
commit
74700bfdc2
2 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@ public class MessageDecoder implements Decoder.Text<Message> {
|
|||
}
|
||||
@Override
|
||||
public boolean willDecode(String s) {
|
||||
// TODO Auto-generated method stub
|
||||
return (s != null);
|
||||
}
|
||||
}
|
|
@ -14,12 +14,10 @@ public class MessageEncoder implements Encoder.Text<Message> {
|
|||
}
|
||||
@Override
|
||||
public void destroy() {
|
||||
// TODO Auto-generated method stub
|
||||
Text.super.destroy();
|
||||
}
|
||||
@Override
|
||||
public void init(EndpointConfig endpointConfig) {
|
||||
// TODO Auto-generated method stub
|
||||
Text.super.init(endpointConfig);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue