From fe7246fea67e1d71fba679dee3eb2c7386b4f4e2 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Thu, 14 Jan 2016 23:33:45 -0800 Subject: [SPARK-12830] Java style: disallow trailing whitespaces. Author: Reynold Xin Closes #10764 from rxin/SPARK-12830. --- sql/hive/src/test/resources/data/conf/hive-log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/hive') diff --git a/sql/hive/src/test/resources/data/conf/hive-log4j.properties b/sql/hive/src/test/resources/data/conf/hive-log4j.properties index 885c86f2b9..6a042472ad 100644 --- a/sql/hive/src/test/resources/data/conf/hive-log4j.properties +++ b/sql/hive/src/test/resources/data/conf/hive-log4j.properties @@ -47,7 +47,7 @@ log4j.appender.DRFA.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) # # console -# Add "console" to rootlogger above if you want to use this +# Add "console" to rootlogger above if you want to use this # log4j.appender.console=org.apache.log4j.ConsoleAppender -- cgit v1.2.3