This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.13 by this push:
new 872dfa3ef77 IOTDB-5809 (#9683)
872dfa3ef77 is described below
commit 872dfa3ef77f9dbbaaef12533074d7ad69ac4d73
Author: Pengfei Liu <[email protected]>
AuthorDate: Tue Jun 20 14:27:40 2023 +0800
IOTDB-5809 (#9683)
---
.../java/org/apache/iotdb/db/conf/rest/IoTDBRestServiceDescriptor.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/server/src/main/java/org/apache/iotdb/db/conf/rest/IoTDBRestServiceDescriptor.java
b/server/src/main/java/org/apache/iotdb/db/conf/rest/IoTDBRestServiceDescriptor.java
index 86c3f4282cf..8bb1a8c8d1c 100644
---
a/server/src/main/java/org/apache/iotdb/db/conf/rest/IoTDBRestServiceDescriptor.java
+++
b/server/src/main/java/org/apache/iotdb/db/conf/rest/IoTDBRestServiceDescriptor.java
@@ -119,8 +119,6 @@ public class IoTDBRestServiceDescriptor {
+ File.separatorChar
+ "conf"
+ File.separatorChar
- + "rest"
- + File.separatorChar
+ IoTDBRestServiceConfig.CONFIG_NAME;
} else {
// If this too wasn't provided, try to find a default config in the
root of the classpath.