HDFS-11905. Fix license header inconsistency in hdfs. Contributed by Yeliang Cang.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ff310355 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ff310355 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ff310355 Branch: refs/heads/HADOOP-13345 Commit: ff3103556b7cb19933f84f773e3712ef05591bc4 Parents: 0dcf843 Author: Brahma Reddy Battula <[email protected]> Authored: Fri Jun 2 00:28:33 2017 +0800 Committer: Brahma Reddy Battula <[email protected]> Committed: Fri Jun 2 00:28:33 2017 +0800 ---------------------------------------------------------------------- .../src/test/java/org/apache/hadoop/hdfs/UpgradeUtilities.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ff310355/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/UpgradeUtilities.java ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/UpgradeUtilities.java b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/UpgradeUtilities.java index b0504f0..9f4df70 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/UpgradeUtilities.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/UpgradeUtilities.java @@ -1,6 +1,4 @@ -/* - * UpgradeUtilities.java - * +/** * 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
