mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into cassandra-4.0
This commit is contained in:
commit
1d532bce7b
|
|
@ -1,5 +1,5 @@
|
||||||
Apache Cassandra
|
Apache Cassandra
|
||||||
Copyright 2009-2022 The Apache Software Foundation
|
Copyright 2009- The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed by The Apache Software
|
This product includes software developed by The Apache Software
|
||||||
Foundation (http://www.apache.org/).
|
Foundation (http://www.apache.org/).
|
||||||
|
|
|
||||||
|
|
@ -306,7 +306,7 @@
|
||||||
<sequential>
|
<sequential>
|
||||||
<javadoc destdir="@{destdir}" author="true" version="true" use="true"
|
<javadoc destdir="@{destdir}" author="true" version="true" use="true"
|
||||||
windowtitle="${ant.project.name} API" classpathref="cassandra.classpath"
|
windowtitle="${ant.project.name} API" classpathref="cassandra.classpath"
|
||||||
bottom="Copyright &copy; 2009-2022 The Apache Software Foundation"
|
bottom="Copyright &copy; 2009- The Apache Software Foundation"
|
||||||
useexternalfile="yes" encoding="UTF-8" failonerror="false"
|
useexternalfile="yes" encoding="UTF-8" failonerror="false"
|
||||||
maxmemory="256m" additionalparam="${jdk11-javadoc-exports}">
|
maxmemory="256m" additionalparam="${jdk11-javadoc-exports}">
|
||||||
<filesets/>
|
<filesets/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue