Fixed example code BATCH-2339

This commit is contained in:
Michael Minella
2015-03-06 10:21:37 -06:00
parent 256da94a74
commit e3b7782a1a

View File

@@ -45,7 +45,7 @@
}
public void onWriteError(Exception ex, Object item) {
logger.error("Encountered error on write", e);
logger.error("Encountered error on write", ex);
}
}</programlisting>