Skip to content

Commit

Permalink
fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jiafu1115 committed Nov 10, 2016
1 parent 6538cac commit e8fd250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/influxdb/impl/BatchProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public BatchProcessor build() {
}
}

static abstract class AbstractBatchEntry {
abstract static class AbstractBatchEntry {
private final Point point;

public AbstractBatchEntry(final Point point) {
Expand Down

0 comments on commit e8fd250

Please sign in to comment.