spanner-data-validator-java/src/main/java/com/google/migration/dto/ShardSpecJsonDef.java [54:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      return fromJsonString(jsonStr);
    } catch (Exception ex) {
      LOG.error("Exception while loading shard spec from json file");
      LOG.error(ex.getMessage());
      LOG.error(ex.getStackTrace().toString());
    }

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



spanner-data-validator-java/src/main/java/com/google/migration/dto/ShardSpecJsonDef.java [76:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      return fromJsonString(jsonStr);
    } catch (Exception ex) {
      LOG.error("Exception while loading shard spec from json file");
      LOG.error(ex.getMessage());
      LOG.error(ex.getStackTrace().toString());
    }

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



