GIRAPH-514: comment fixup
Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/5142ead2 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/5142ead2 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/5142ead2 Branch: refs/heads/trunk Commit: 5142ead2d18fef9fe179215b8eac1fbadefa1b0f Parents: a47ca0b Author: Claudio Martella <[email protected]> Authored: Thu Feb 14 16:26:43 2013 +0100 Committer: Claudio Martella <[email protected]> Committed: Thu Feb 14 16:26:43 2013 +0100 ---------------------------------------------------------------------- .../org/apache/giraph/conf/GiraphConstants.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/5142ead2/giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java ---------------------------------------------------------------------- diff --git a/giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java b/giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java index 44d09c9..60e53b3 100644 --- a/giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java +++ b/giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java @@ -502,7 +502,10 @@ public interface GiraphConstants { */ String CHECKPOINT_DIRECTORY_DEFAULT = "_bsp/_checkpoints/"; - /** Directory in the local file system for out-of-core messages. */ + /** + * Comma-separated list of directories in the local file system for + * out-of-core messages. + */ String MESSAGES_DIRECTORY = "giraph.messagesDirectory"; /** * Default messages directory. directory path will also have the
