Skip to content

Commit

Permalink
Merge branch '3.1' into 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Nov 23, 2016
2 parents d24191c + a8637ed commit 9e7c009
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public LatestCheckPoint find( long fromVersionBackwards ) throws IOException
PhysicalLogFile.tryOpenForVersion( logFiles, fileSystem, version, false );
if ( channel == null )
{
return new LatestCheckPoint( null, false, oldestVersionFound );
break;
}

oldestVersionFound = version;
Expand Down

0 comments on commit 9e7c009

Please sign in to comment.