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
|
@Override
|
||||||
public boolean willDecode(String s) {
|
public boolean willDecode(String s) {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
return (s != null);
|
return (s != null);
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -14,12 +14,10 @@ public class MessageEncoder implements Encoder.Text<Message> {
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public void destroy() {
|
public void destroy() {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
Text.super.destroy();
|
Text.super.destroy();
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public void init(EndpointConfig endpointConfig) {
|
public void init(EndpointConfig endpointConfig) {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
Text.super.init(endpointConfig);
|
Text.super.init(endpointConfig);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue