You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/03/09 03:14:10 UTC

[incubator-iotdb] branch http updated (aed978f -> 68ec011)

This is an automated email from the ASF dual-hosted git repository.

geniuspig pushed a change to branch http
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from aed978f  change metrics name
     add 68ec011  update name

No new revisions were added by this update.

Summary of changes:
 .../db/service/{RestService.java => HTTPService.java}    | 16 ++++++++--------
 .../{RestServiceMBean.java => HTTPServiceMBean.java}     |  2 +-
 .../src/main/java/org/apache/iotdb/db/service/IoTDB.java |  2 +-
 .../org/apache/iotdb/spark/db/EnvironmentUtils.java      |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/service/{RestService.java => HTTPService.java} (93%)
 rename server/src/main/java/org/apache/iotdb/db/service/{RestServiceMBean.java => HTTPServiceMBean.java} (96%)