From e83303a9756149c9c027b96917afb672c5aff045 Mon Sep 17 00:00:00 2001 From: Zikun Ma <55695098+DanielWang2035@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:47:26 +0800 Subject: [PATCH] Add comments for empty methods (#413) --- .../iot/benchmark/iotdb130/IoTDBClusterSession.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/iotdb-1.3/src/main/java/cn/edu/tsinghua/iot/benchmark/iotdb130/IoTDBClusterSession.java b/iotdb-1.3/src/main/java/cn/edu/tsinghua/iot/benchmark/iotdb130/IoTDBClusterSession.java index 8321460ad..7b595ed82 100644 --- a/iotdb-1.3/src/main/java/cn/edu/tsinghua/iot/benchmark/iotdb130/IoTDBClusterSession.java +++ b/iotdb-1.3/src/main/java/cn/edu/tsinghua/iot/benchmark/iotdb130/IoTDBClusterSession.java @@ -58,10 +58,14 @@ public BenchmarkSessionPool( } @Override - public void open() {} + public void open() { + // Do nothing + } @Override - public void open(boolean enableRPCCompression) {} + public void open(boolean enableRPCCompression) { + // Do nothing + } @Override public void insertRecord(