docs: add public
This commit is contained in:
parent
0ffd56e148
commit
37e6bc5af6
|
@ -765,11 +765,11 @@ public abstract class ConsumerLoop {
|
||||||
shutdownLatch.await();
|
shutdownLatch.await();
|
||||||
}
|
}
|
||||||
|
|
||||||
static class ResultDeserializer extends ReferenceDeserializer<ResultBean> {
|
public static class ResultDeserializer extends ReferenceDeserializer<ResultBean> {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static class ResultBean {
|
public static class ResultBean {
|
||||||
private Timestamp ts;
|
private Timestamp ts;
|
||||||
private int speed;
|
private int speed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue