You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2014/07/01 18:08:08 UTC

Re: svn commit: r1607127 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentNodeState.java

Hi,

On Tue, Jul 1, 2014 at 12:05 PM,  <al...@apache.org> wrote:
> -        if (wasCompactedTo(that)) {
> +        if (that.wasCompactedTo(this)) {

Nice catch!

BR,

Jukka Zitting