data/src/main/java/com/microsoft/azure/kusto/data/auth/ConnectionStringBuilder.java [468:474]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            PrivateKey privateKey,
            String authorityId) {
        if (StringUtils.isEmpty(clusterUrl)) {
            throw new IllegalArgumentException("clusterUrl cannot be null or empty");
        }
        if (StringUtils.isEmpty(applicationClientId)) {
            throw new IllegalArgumentException("applicationClientId cannot be null or empty");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



data/src/main/java/com/microsoft/azure/kusto/data/auth/ConnectionStringBuilder.java [505:511]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            PrivateKey privateKey,
            String authorityId) {
        if (StringUtils.isEmpty(clusterUrl)) {
            throw new IllegalArgumentException("clusterUrl cannot be null or empty");
        }
        if (StringUtils.isEmpty(applicationClientId)) {
            throw new IllegalArgumentException("applicationClientId cannot be null or empty");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



