Skip to content

Commit

Permalink
Don't encourage users to delete store files
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen committed May 18, 2017
1 parent 8157456 commit 2cd07c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@
class PointerChecking
{
static final String WRITER_TRAVERSE_OLD_STATE_MESSAGE =
"Writer traversed to a tree node that has a valid successor, " +
"Writer traversed to a tree node that has a valid successor, " +
"This is most likely due to failure to checkpoint the tree before shutdown and/or tree state " +
"being out of date.";

Expand Down

0 comments on commit 2cd07c9

Please sign in to comment.