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>
|
||||
<url>http://github.com/xetorthio/jedis</url>
|
||||
<connection>scm:git:http://github.com/xetorthio/jedis.git</connection>
|
||||
<developerConnection>scm:git:http://github.com/xetorthio/jedis.git</developerConnection>
|
||||
<connection>scm:git:git@github.com:xetorthio/jedis.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:xetorthio/jedis.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -98,8 +98,8 @@ public class SortingParams {
|
||||
* Retrieving external keys from the result of the search.
|
||||
* <p>
|
||||
* 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
|
||||
* first occurrence of * with the actual value of the elements on the list.
|
||||
* result of sorting. The key names are obtained substituting the first
|
||||
* occurrence of * with the actual value of the elements on the list.
|
||||
* <p>
|
||||
* The pattern for a normal key/value pair is "keyname*" and for a value in
|
||||
* a hash "keyname*->fieldname".
|
||||
|
||||
Reference in New Issue
Block a user