elastic-db-tools/src/main/java/com/microsoft/azure/elasticdb/shard/storeops/mapper/AddMappingOperation.java [107:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public StoreConnectionInfo getStoreConnectionInfo() {
        StoreConnectionInfo tempVar = new StoreConnectionInfo();
        tempVar.setSourceLocation(this.getUndoStartState().getValue() <= StoreOperationState.UndoLocalSourceBeginTransaction.getValue()
                ? mapping.getStoreShard().getLocation()
                : null);
        return tempVar;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



elastic-db-tools/src/main/java/com/microsoft/azure/elasticdb/shard/storeops/mapper/RemoveMappingOperation.java [118:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public StoreConnectionInfo getStoreConnectionInfo() {
        StoreConnectionInfo tempVar = new StoreConnectionInfo();
        tempVar.setSourceLocation(this.getUndoStartState().getValue() <= StoreOperationState.UndoLocalSourceBeginTransaction.getValue()
                ? mapping.getStoreShard().getLocation()
                : null);
        return tempVar;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



