Skip to content

Commit

Permalink
added attribution to DataStax java driver
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Feb 5, 2013
1 parent 7ea8650 commit 9ac35cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/usergrid/vx/client/pooling/Token.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import java.nio.ByteBuffer;

/**
* Originally derived from the very well done CQL Java Driver
* by the good folks at DataStax: https://github.com/datastax/java-driver
*
* @author zznate
*/
public abstract class Token implements Comparable {
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/org/usergrid/vx/client/pooling/TokenMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import java.util.*;

/**
* Derived from the similarly named classes on very well done CQL Java Driver
* by the good folks at DataStax: https://github.com/datastax/java-driver
*
* @author zznate
*/
public class TokenMap {
Expand Down

0 comments on commit 9ac35cf

Please sign in to comment.