aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/java/org/apache/spark/io/LZ4BlockInputStream.java3
-rw-r--r--dev/.rat-excludes1
2 files changed, 1 insertions, 3 deletions
diff --git a/core/src/main/java/org/apache/spark/io/LZ4BlockInputStream.java b/core/src/main/java/org/apache/spark/io/LZ4BlockInputStream.java
index 8783b5f56e..9d6f06ed28 100644
--- a/core/src/main/java/org/apache/spark/io/LZ4BlockInputStream.java
+++ b/core/src/main/java/org/apache/spark/io/LZ4BlockInputStream.java
@@ -1,5 +1,3 @@
-package org.apache.spark.io;
-
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,6 +11,7 @@ package org.apache.spark.io;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+package org.apache.spark.io;
import java.io.EOFException;
import java.io.FilterInputStream;
diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index a409a3cb36..67a241806d 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -94,7 +94,6 @@ gen-java.*
org.apache.spark.sql.sources.DataSourceRegister
org.apache.spark.scheduler.SparkHistoryListenerFactory
.*parquet
-LZ4BlockInputStream.java
spark-deps-.*
.*csv
.*tsv