Fix tabs and typo

patch by Jay Zhuang; reviewed by Stefania Alborghetti for CASSANDRA-11431
This commit is contained in:
Jay Zhuang 2017-01-09 08:28:36 +01:00 committed by Stefania Alborghetti
parent d98446ede1
commit 15b52809f2
2 changed files with 4 additions and 4 deletions

View File

@ -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}"/>

View File

@ -1,5 +1,5 @@
/*
* Licensed to the Apache Software 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