Changed scm params to fit for xetorthio's jedis repository, formated SortingParams with java coding style.

This commit is contained in:
m-heuser
2010-10-02 08:46:08 +02:00
parent 45bb728425
commit da876fe7d2
2 changed files with 99 additions and 99 deletions

View File

@@ -32,8 +32,8 @@
<scm> <scm>
<url>http://github.com/xetorthio/jedis</url> <url>http://github.com/xetorthio/jedis</url>
<connection>scm:git:http://github.com/xetorthio/jedis.git</connection> <connection>scm:git:git@github.com:xetorthio/jedis.git</connection>
<developerConnection>scm:git:http://github.com/xetorthio/jedis.git</developerConnection> <developerConnection>scm:git:git@github.com:xetorthio/jedis.git</developerConnection>
</scm> </scm>
<properties> <properties>

View File

@@ -98,8 +98,8 @@ public class SortingParams {
* Retrieving external keys from the result of the search. * Retrieving external keys from the result of the search.
* <p> * <p>
* Takes a pattern that is used in order to generate the key names of the * Takes a pattern that is used in order to generate the key names of the
* result of sorting. The key names are obtained substituting the * result of sorting. The key names are obtained substituting the first
* first occurrence of * with the actual value of the elements on the list. * occurrence of * with the actual value of the elements on the list.
* <p> * <p>
* The pattern for a normal key/value pair is "keyname*" and for a value in * The pattern for a normal key/value pair is "keyname*" and for a value in
* a hash "keyname*->fieldname". * a hash "keyname*->fieldname".