فهرست منبع

HADOOP-6031. Remove @author tags from Java source files. Contributed by Ravi Phulari

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@784318 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 16 سال پیش
والد
کامیت
5725751718

+ 3 - 0
CHANGES.txt

@@ -810,6 +810,9 @@ Trunk (unreleased changes)
     groups they are launched with.
     (Sreekanth Ramakrishnan via yhemanth)
 
+    HADOOP-6031. Remove @author tags from Java source files.  (Ravi Phulari
+    via szetszwo)
+
 Release 0.20.1 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 0 - 1
src/core/org/apache/hadoop/fs/kfs/IFSImpl.java

@@ -12,7 +12,6 @@
  * implied. See the License for the specific language governing
  * permissions and limitations under the License.
  *
- * @author: Sriram Rao (Kosmix Corp.)
  * 
  * We need to provide the ability to the code in fs/kfs without really
  * having a KFS deployment.  In particular, the glue code that wraps

+ 0 - 1
src/core/org/apache/hadoop/fs/kfs/KFSImpl.java

@@ -12,7 +12,6 @@
  * implied. See the License for the specific language governing
  * permissions and limitations under the License.
  *
- * @author: Sriram Rao (Kosmix Corp.)
  * 
  * Provide the implementation of KFS which turn into calls to KfsAccess.
  */

+ 0 - 1
src/core/org/apache/hadoop/fs/kfs/KFSInputStream.java

@@ -12,7 +12,6 @@
  * implied. See the License for the specific language governing
  * permissions and limitations under the License.
  *
- * @author: Sriram Rao (Kosmix Corp.)
  * 
  * Implements the Hadoop FSInputStream interfaces to allow applications to read
  * files in Kosmos File System (KFS).

+ 0 - 1
src/core/org/apache/hadoop/fs/kfs/KFSOutputStream.java

@@ -12,7 +12,6 @@
  * implied. See the License for the specific language governing
  * permissions and limitations under the License.
  *
- * @author: Sriram Rao (Kosmix Corp.)
  * 
  * Implements the Hadoop FSOutputStream interfaces to allow applications to write to
  * files in Kosmos File System (KFS).

+ 0 - 1
src/core/org/apache/hadoop/fs/kfs/KosmosFileSystem.java

@@ -12,7 +12,6 @@
  * implied. See the License for the specific language governing
  * permissions and limitations under the License.
  *
- * @author: Sriram Rao (Kosmix Corp.)
  * 
  * Implements the Hadoop FS interfaces to allow applications to store
  *files in Kosmos File System (KFS).

+ 0 - 1
src/test/core/org/apache/hadoop/fs/kfs/KFSEmulationImpl.java

@@ -12,7 +12,6 @@
  * implied. See the License for the specific language governing
  * permissions and limitations under the License.
  *
- * @author: Sriram Rao (Kosmix Corp.)
  * 
  * We need to provide the ability to the code in fs/kfs without really
  * having a KFS deployment.  For this purpose, use the LocalFileSystem

+ 0 - 1
src/test/core/org/apache/hadoop/fs/kfs/TestKosmosFileSystem.java

@@ -12,7 +12,6 @@
  * implied. See the License for the specific language governing
  * permissions and limitations under the License.
  *
- * @author: Sriram Rao (Kosmix Corp.)
  * 
  * Unit tests for testing the KosmosFileSystem API implementation.
  */

+ 0 - 1
src/test/hdfs/org/apache/hadoop/hdfs/TestModTime.java

@@ -31,7 +31,6 @@ import org.apache.hadoop.fs.FileStatus;
 
 /**
  * This class tests the decommissioning of nodes.
- * @author Dhruba Borthakur
  */
 public class TestModTime extends TestCase {
   static final long seed = 0xDEADBEEFL;