Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java sdk changes #253

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

java sdk changes #253

wants to merge 6 commits into from

Conversation

abheet-plivo
Copy link

No description provided.

@github-actions
Copy link

github-actions bot commented Jun 26, 2023

Unit Test Results

263 tests  ±0   263 ✔️ ±0   5s ⏱️ ±0s
  27 suites ±0       0 💤 ±0 
  27 files   ±0       0 ±0 

Results for commit 27e81de. ± Comparison against base commit 8b0b37e.

♻️ This comment has been updated with latest results.

@Override
protected void validate() {
if (!Utils.anyNotNull(alias, subaccount, appId, cnamLookup)) {
throw new IllegalStateException("one of alias, subaccount, appId, cnamLookup must be non-null");
throw new IllegalStateException("one of alias, subaccount, appId, cnamLookup, cnam must be non-null");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should also add the cnam in the above check, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants