WT-2556: typo in the Java example code

This commit is contained in:
Keith Bostic
2016-04-16 08:15:31 -04:00
parent d9ea44c6a9
commit b62beba610

View File

@@ -881,7 +881,7 @@ backup(Session session)
try {
/*! [incremental backup]*/
/* Open the backup data source for incremental backup. */
cursor = session.open_cursor("backup:", null, target=(\"log:\")");
cursor = session.open_cursor("backup:", null, "target=(\"log:\")");
/*! [incremental backup]*/
ret = cursor.close();