Skip to content

Commit

Permalink
Ported counter interation methods to Java.
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorian committed Dec 11, 2012
1 parent 7cae7fa commit b3aed30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CassandraAstyanaxGrailsPlugin.groovy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import com.reachlocal.grails.plugins.cassandra.astyanax.AstyanaxDynamicMethods
class CassandraAstyanaxGrailsPlugin class CassandraAstyanaxGrailsPlugin
{ {
// the plugin version // the plugin version
def version = "0.3.2" def version = "0.3.3"


// the version or versions of Grails the plugin is designed for // the version or versions of Grails the plugin is designed for
def grailsVersion = "2.0.0 > *" def grailsVersion = "2.0.0 > *"
Expand Down
Binary file modified lib/cassandra-orm.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='cassandra-astyanax' version='0.3.2' grailsVersion='2.0.0 &gt; *'> <plugin name='cassandra-astyanax' version='0.3.3' grailsVersion='2.0.0 &gt; *'>
<author>Bob Florian</author> <author>Bob Florian</author>
<authorEmail>bob.florian@reachlocal.com</authorEmail> <authorEmail>bob.florian@reachlocal.com</authorEmail>
<title>Astyanax Cassandra Client</title> <title>Astyanax Cassandra Client</title>
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class AstyanaxPersistenceMethods implements PersistenceProvider
row.key row.key
} }


def getColumns(row) Iterable getColumns(row)
{ {
row.columns row.columns
} }
Expand Down

0 comments on commit b3aed30

Please sign in to comment.