Fixed example code BATCH-2339
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user