You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2012/07/11 04:46:11 UTC

svn commit: r1359998 - /hbase/branches/0.94/pom.xml

Author: larsh
Date: Wed Jul 11 02:46:11 2012
New Revision: 1359998

URL: http://svn.apache.org/viewvc?rev=1359998&view=rev
Log:
HBASE-6355 Addendum

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1359998&r1=1359997&r2=1359998&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Wed Jul 11 02:46:11 2012
@@ -355,9 +355,7 @@
             <target>${compileSource}</target>
             <showWarnings>true</showWarnings>
             <showDeprecation>false</showDeprecation>
-            <compilerArguments>
-              <Xlint:-options/>
-            </compilerArguments>
+            <compilerArgument>-Xlint:-options</compilerArgument>
           </configuration>
         </plugin>
         <plugin>