Fixed example code BATCH-2339

This commit is contained in:
Michael Minella
2015-03-06 10:21:37 -06:00
parent 41602365a0
commit 04d167e024

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>