Skip to content

Commit 9c8a022

Browse files
committed
GH-87: fixed build
1 parent 4df283a commit 9c8a022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector/src/main/codegen/templates/BaseWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public interface MapWriter extends ListWriter {
104104
}
105105

106106
public interface ExtensionWriter extends BaseWriter {
107-
107+
108108
/**
109109
* Writes a null value.
110110
*/
@@ -123,7 +123,7 @@ public interface ExtensionWriter extends BaseWriter {
123123
* @param value the extension type value to write
124124
*/
125125
void writeExtension(Object value);
126-
126+
127127
/**
128128
* Adds the given extension type factory. This factory allows configuring writer implementations for specific ExtensionTypeVector.
129129
*

0 commit comments

Comments
 (0)