You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/14 23:15:14 UTC

git commit: [HELIX-6] remove @author tag

Updated Branches:
  refs/heads/master 0f94cadd1 -> 801ff54f2


[HELIX-6] remove @author tag


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/801ff54f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/801ff54f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/801ff54f

Branch: refs/heads/master
Commit: 801ff54f293cbc722dbfe3279a3f47d5e599470c
Parents: 0f94cad
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 14 23:14:41 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 14 23:14:41 2012 +0100

----------------------------------------------------------------------
 .../apache/helix/filestore/ChangeLogProcessor.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/801ff54f/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/ChangeLogProcessor.java
----------------------------------------------------------------------
diff --git a/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/ChangeLogProcessor.java b/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/ChangeLogProcessor.java
index 69f473d..48d23ba 100644
--- a/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/ChangeLogProcessor.java
+++ b/recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/ChangeLogProcessor.java
@@ -34,8 +34,7 @@ import org.apache.commons.io.FileUtils;
  * Processes the change log and invokes rsync for every change on the remote
  * machine
  * 
- * @author kgopalak
- * 
+ *
  */
 public class ChangeLogProcessor implements Runnable
 {