You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2014/01/24 03:06:21 UTC

git commit: minor javadoc fix

Updated Branches:
  refs/heads/trunk 630d5ee8d -> f49fc3a6d


minor javadoc fix


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f49fc3a6
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f49fc3a6
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f49fc3a6

Branch: refs/heads/trunk
Commit: f49fc3a6dddb4aae60892178f56a67ae2a07cce1
Parents: 630d5ee
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Thu Jan 23 21:05:43 2014 -0500
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Thu Jan 23 21:05:43 2014 -0500

----------------------------------------------------------------------
 src/java/org/apache/cassandra/io/util/FileUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f49fc3a6/src/java/org/apache/cassandra/io/util/FileUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/io/util/FileUtils.java b/src/java/org/apache/cassandra/io/util/FileUtils.java
index cbed4f8..76f6389 100644
--- a/src/java/org/apache/cassandra/io/util/FileUtils.java
+++ b/src/java/org/apache/cassandra/io/util/FileUtils.java
@@ -450,7 +450,7 @@ public class FileUtils
 
     /**
      * Get the size of a directory in bytes
-     * @param The directory for which we need size.
+     * @param directory The directory for which we need size.
      * @return The size of the directory
      */
     public static long folderSize(File directory)