Minor fix of ArrayIndexOutOfBounds Exception by WunderlichRd · Pull Request #569 · oracle/oci-java-sdk

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@WunderlichRd

Copy link Copy Markdown

Class requires 1 arg (compartment-id) and can optionally accept a 2nd arg (region). Validation incorrectly addressed 2nd arg in the 2 index position and not 1.

Class requires 1 arg (compartment-id) and can optionally accept a 2nd arg (region). Validation incorrectly addressed 2nd arg in the 2 index position and not 1.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified

All contributors have signed the Oracle Contributor Agreement.

label

Jan 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

OCA Verified

All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@WunderlichRd