Skip to content

Commit 43f53c1

Browse files
petersomogyiHorizonNet
authored andcommitted
HBASE-21996 Set locale for javadoc
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
1 parent 2d45801 commit 43f53c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3834,6 +3834,7 @@
38343834
<fixMethodComment>true</fixMethodComment>
38353835
<fixTags>all</fixTags>
38363836
<notimestamp>true</notimestamp>
3837+
<locale>en_US</locale>
38373838
<!-- Pass some options straight to the javadoc executable since it is easier -->
38383839
<additionalJOption>-J-Xmx2G</additionalJOption>
38393840
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
@@ -3876,6 +3877,7 @@
38763877
<fixMethodComment>true</fixMethodComment>
38773878
<fixTags>all</fixTags>
38783879
<notimestamp>true</notimestamp>
3880+
<locale>en_US</locale>
38793881
<!-- Pass some options straight to the javadoc executable since it is easier -->
38803882
<additionalJOption>-J-Xmx2G</additionalJOption>
38813883
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
@@ -3930,6 +3932,7 @@
39303932
<fixMethodComment>true</fixMethodComment>
39313933
<fixTags>all</fixTags>
39323934
<notimestamp>true</notimestamp>
3935+
<locale>en_US</locale>
39333936
<!-- Pass some options straight to the javadoc executable since it is easier -->
39343937
<additionalJOption>-J-Xmx2G</additionalJOption>
39353938
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
@@ -3983,6 +3986,7 @@
39833986
<fixMethodComment>true</fixMethodComment>
39843987
<fixTags>all</fixTags>
39853988
<notimestamp>true</notimestamp>
3989+
<locale>en_US</locale>
39863990
<!-- Pass some options straight to the javadoc executable since it is easier -->
39873991
<additionalJOption>-J-Xmx2G</additionalJOption>
39883992
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->

0 commit comments

Comments
 (0)