XEdwin / jcouchdb

Automatically exported from code.google.com/p/jcouchdb
Other
0 stars 0 forks source link

group_level option missing #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

the Options class is missing a groupLevel option!

Simple fix is here:

http://github.com/truemped/jcouchdb/commit/2d0b41b0030024125bd1e9872ee2558971f6d
0c1

In the Options.java add the folowing: 

    public Options groupLevel(int level)
    {
        return putUnencoded("group_level",level);
    }

Best
Daniel

Original issue reported on code.google.com by truem...@gmail.com on 17 Mar 2010 at 4:50

GoogleCodeExporter commented 9 years ago
r253

Original comment by ff...@gmx.de on 31 Mar 2010 at 8:38