add @param newline

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

Branch: refs/heads/cassandra-1.1
Commit: 4fe3bb13eb096666b16830a9d5e95524fd7430fd
Parents: 38e145b
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Tue Mar 6 13:12:58 2012 -0600
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Tue Mar 6 13:12:58 2012 -0600

----------------------------------------------------------------------
 .../apache/cassandra/db/filter/QueryFilter.java    |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4fe3bb13/src/java/org/apache/cassandra/db/filter/QueryFilter.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/db/filter/QueryFilter.java 
b/src/java/org/apache/cassandra/db/filter/QueryFilter.java
index b075f41..1e83bf4 100644
--- a/src/java/org/apache/cassandra/db/filter/QueryFilter.java
+++ b/src/java/org/apache/cassandra/db/filter/QueryFilter.java
@@ -155,7 +155,8 @@ public class QueryFilter
     }
 
     /**
-     * @return a QueryFilter object to satisfy the given slice criteria:  
@param key the row to slice
+     * @return a QueryFilter object to satisfy the given slice criteria:
+     * @param key the row to slice
      * @param path path to the level to slice at (CF or SuperColumn)
      * @param start column to start slice at, inclusive; empty for "the first 
column"
      * @param finish column to stop slice at, inclusive; empty for "the last 
column"

Reply via email to