spanner-data-validator-java/src/main/java/com/google/migration/TableSpecList.java [259:266]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      return getFromJsonString(jsonStr);
    } catch (Exception ex) {
      LOG.error("Exception while loading table specs from json file");
      LOG.error(ex.getMessage());
      LOG.error(ex.getStackTrace().toString());
    }

    return null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spanner-data-validator-java/src/main/java/com/google/migration/TableSpecList.java [426:433]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      return getFromJsonString(jsonStr);
    } catch (Exception ex) {
      LOG.error("Exception while loading table specs from json file");
      LOG.error(ex.getMessage());
      LOG.error(ex.getStackTrace().toString());
    }

    return null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



