Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/btoddb/scale7-pelops into …
Browse files Browse the repository at this point in the history
…btoddb-master

Conflicts:
	pom.xml
	src/main/java/org/scale7/cassandra/pelops/Bytes.java
	src/main/java/org/scale7/cassandra/pelops/KeyspaceManager.java
	src/main/java/org/scale7/cassandra/pelops/Mutator.java
	src/main/java/org/scale7/cassandra/pelops/Selector.java

Updated incorrect javadoc.
  • Loading branch information
danwashusen committed Oct 19, 2010
1 parent e1ae806 commit 8c4bf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/scale7/cassandra/pelops/Bytes.java
Expand Up @@ -661,7 +661,7 @@ public static List<byte[]> transformBytesToList(Collection<Bytes> arrays) {

/**
* Transforms the provided list of {@link String} instances into a list of byte arrays.
* @param strings the list of Bytes instances
* @param strings the list of String instances
* @return the list of byte arrays
*/
public static Set<byte[]> transformUTF8ToSet(Collection<String> strings) {
Expand All @@ -677,7 +677,7 @@ public static Set<byte[]> transformUTF8ToSet(Collection<String> strings) {

/**
* Transforms the provided list of {@link String} instances into a list of byte arrays.
* @param strings the list of Bytes instances
* @param strings the list of String instances
* @return the list of byte arrays
*/
public static List<byte[]> transformUTF8ToList(Collection<String> strings) {
Expand Down

0 comments on commit 8c4bf9d

Please sign in to comment.