Description
Doing something like that in 2 places:
if (tables == null) { LOG.info("No table present to migrate table state to PB. returning.."); } for (String table : tables) {
We need to return just after logging.
Doing something like that in 2 places:
if (tables == null) { LOG.info("No table present to migrate table state to PB. returning.."); } for (String table : tables) {
We need to return just after logging.