Skip to content

Commit

Permalink
fix: addressing reviews v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed May 30, 2024
1 parent fb0fbf8 commit 9f6e1e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 4 additions & 8 deletions java/algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,23 @@
<includes>
<include>pom.xml</include>
</includes>
<licenseHeader>
<file>../dev/license/asf-xml.license</file>
<delimiter>(&lt;configuration|&lt;project)</delimiter>
</licenseHeader>
</format>
<format>
<!-- configure license for java files -->
<includes>
<include>**/*.java</include>
</includes>
<licenseHeader>
<file>../dev/license/asf-java.license</file>
<delimiter>package</delimiter>
</licenseHeader>
</format>
</formats>
<java>
<googleJavaFormat>
<version>1.7</version>
<style>GOOGLE</style>
</googleJavaFormat>
<licenseHeader>
<file>../dev/license/asf-java.license</file>
<delimiter>package</delimiter>
</licenseHeader>
</java>
</configuration>
</plugin>
Expand Down
4 changes: 4 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,10 @@
<configuration>
<pom>
<sortPom></sortPom>
<licenseHeader>
<file>../dev/license/asf-xml.license</file>
<delimiter>(&lt;configuration|&lt;project)</delimiter>
</licenseHeader>
</pom>
</configuration>
<executions>
Expand Down

0 comments on commit 9f6e1e3

Please sign in to comment.