Skip to content

Commit b398732

Browse files
committed
docs: fix typo in javadoc comment.
1 parent 587aa89 commit b398732

File tree

1 file changed

+2
-2
lines changed
  • examples/src/main/java/com/influxdb/v3/durable

1 file changed

+2
-2
lines changed

examples/src/main/java/com/influxdb/v3/durable/Sensor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public String toString() {
143143
}
144144

145145
/**
146-
* Converts a SensorDataPoint to an InfluxDBClient v3 Point.
146+
* Converts a Sensor.DataPoint to an InfluxDBClient v3 Point.
147147
*
148148
* @return - an InfluxDBClient v3 Point.
149149
*/
@@ -163,7 +163,7 @@ public Point toPoint() {
163163
}
164164

165165
/**
166-
* Convert the SensorDataPoint to a valid Line protocol string.
166+
* Convert the Sensor.DataPoint to a valid Line protocol string.
167167
*
168168
* @return - a valid Line protocol string.
169169
*/

0 commit comments

Comments
 (0)