Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Resolved an issue with JRuby and break from an enumerable.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Oct 10, 2014
1 parent 3e897b1 commit 7d96f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-sdk-resources/lib/aws-sdk-resources/operations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def limited_batches(limit, options, &block)
remaining -= batch.size
else
yield(batch.first(remaining))
break
return
end
end
end
Expand Down

0 comments on commit 7d96f25

Please sign in to comment.