Changed scm params to fit for xetorthio's jedis repository, formated SortingParams with java coding style.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||||
|
|||||||
@@ -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".
|
||||||
|
|||||||
Reference in New Issue
Block a user