Skip to content

Commit 28cbb6a

Browse files
committed
Merge pull request influxdata#65 from caoli5288/master
Remove no effect super() statement.
2 parents a278717 + 878386d commit 28cbb6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/influxdb/dto/BatchPoints.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public static final class Builder {
5555
* @param database
5656
*/
5757
Builder(final String database) {
58-
super();
5958
this.database = database;
6059
}
6160

0 commit comments

Comments
 (0)