Skip to content

Commit c029439

Browse files
committed
removed comment
1 parent 08319c8 commit c029439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-client/src/main/java/co/elastic/clients/json/jackson/Jackson3JsonpGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static class Buffering extends Jackson3JsonpGenerator implements Bufferin
5050
private final Jackson3JsonpMapper mapper;
5151

5252
public Buffering(Jackson3JsonpMapper mapper) {
53-
super(TokenBuffer.forGeneration()); // TODO probably not
53+
super(TokenBuffer.forGeneration());
5454
this.mapper = mapper;
5555
}
5656

0 commit comments

Comments
 (0)