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>
<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>

View File

@@ -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".