mirror of https://github.com/apache/cassandra
Fix tabs and typo
patch by Jay Zhuang; reviewed by Stefania Alborghetti for CASSANDRA-11431
This commit is contained in:
parent
d98446ede1
commit
15b52809f2
|
|
@ -758,8 +758,8 @@
|
|||
memorymaximumsize="512M">
|
||||
<src path="${build.src.java}"/>
|
||||
<src path="${build.src.gen-java}"/>
|
||||
<compilerarg value="-XDignore.symbol.file"/>
|
||||
<compilerarg value="-Xbootclasspath/p:${build.src.jdkoverride}"/>
|
||||
<compilerarg value="-XDignore.symbol.file"/>
|
||||
<compilerarg value="-Xbootclasspath/p:${build.src.jdkoverride}"/>
|
||||
<classpath refid="cassandra.classpath"/>
|
||||
</javac>
|
||||
<antcall target="createVersionPropFile"/>
|
||||
|
|
@ -1120,7 +1120,7 @@
|
|||
<classpath>
|
||||
<path refid="cassandra.classpath"/>
|
||||
</classpath>
|
||||
<compilerarg value="-XDignore.symbol.file"/>
|
||||
<compilerarg value="-XDignore.symbol.file"/>
|
||||
<src path="${test.unit.src}"/>
|
||||
<src path="${test.long.src}"/>
|
||||
<src path="${test.burn.src}"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Licensed to the Apache Softw≤are Foundation (ASF) under one
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
|
|
|
|||
Loading…
Reference in New Issue