Skip to content

Commit

Permalink
Fixes 'AllRequestParametersShouldBeApplied'.
Browse files Browse the repository at this point in the history
Change-Id: Ia76f004e1713bc09b92f514e93cb7680314cde7c
Reviewed-on: http://review.couchbase.org/8202
Tested-by: Matt Ingenthron <matt@couchbase.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
enyim authored and ingenthr committed Jul 26, 2011
1 parent 54b1001 commit ce4fab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Couchbase/CouchbaseView.cs
Expand Up @@ -50,6 +50,7 @@ protected CouchbaseView(CouchbaseView original)
this.descending = original.descending;
this.skip = original.skip;
this.limit = original.limit;
this.stale = original.stale;
}

/// <summary>
Expand Down

0 comments on commit ce4fab5

Please sign in to comment.