Skip to content

Commit

Permalink
fix: addressing reviews v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 1, 2024
1 parent 25c01a5 commit 32dd3fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions java/vector/src/main/codegen/templates/UnionViewWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
<@pp.dropOutputFile />
<@pp.changeOutputFile name="/org/apache/arrow/vector/complex/impl/UnionViewWriter.java" />


<#include "/@includes/license.ftl" />

package org.apache.arrow.vector.complex.impl;
package org.apache.arrow.vector.complex.impl;

<#include "/@includes/vv_imports.ftl" />
import org.apache.arrow.vector.complex.writer.BaseWriter;
Expand All @@ -35,7 +32,6 @@
<#return type?starts_with("TimeStamp") && type?ends_with("TZ")>
</#function>


/*
* This class is generated using freemarker and the ${.template_name} template.
*/
Expand Down

0 comments on commit 32dd3fc

Please sign in to comment.