diff --git a/include/InfluxDB/Transport.h b/include/InfluxDB/Transport.h index e12b5b5..6ba2d58 100644 --- a/include/InfluxDB/Transport.h +++ b/include/InfluxDB/Transport.h @@ -59,7 +59,7 @@ namespace influxdb throw InfluxDBException{"Execution is not supported by the selected transport"}; } - /// Sends request + /// Creates database virtual void createDatabase() { throw InfluxDBException{"Creation of database is not supported by the selected transport"};