We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587aa89 commit b398732Copy full SHA for b398732
examples/src/main/java/com/influxdb/v3/durable/Sensor.java
@@ -143,7 +143,7 @@ public String toString() {
143
}
144
145
/**
146
- * Converts a SensorDataPoint to an InfluxDBClient v3 Point.
+ * Converts a Sensor.DataPoint to an InfluxDBClient v3 Point.
147
*
148
* @return - an InfluxDBClient v3 Point.
149
*/
@@ -163,7 +163,7 @@ public Point toPoint() {
163
164
165
166
- * Convert the SensorDataPoint to a valid Line protocol string.
+ * Convert the Sensor.DataPoint to a valid Line protocol string.
167
168
* @return - a valid Line protocol string.
169
0 commit comments