Skip to content

Commit 04cfd4b

Browse files
committed
Add AF_JOHANNESBURG_1 to the OCI regions. It was previously added as a Region but not to
the OC1 map
1 parent 92f16ee commit 04cfd4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/src/main/java/oracle/nosql/driver/Region.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ public class Region {
119119

120120
static {
121121
/* OC1 */
122+
/* AF */
123+
OC1_REGIONS.put(AF_JOHANNESBURG_1.getRegionId(), AF_JOHANNESBURG_1);
124+
122125
/* APAC */
123126
OC1_REGIONS.put(AP_CHUNCHEON_1.getRegionId(), AP_CHUNCHEON_1);
124127
OC1_REGIONS.put(AP_HYDERABAD_1.getRegionId(), AP_HYDERABAD_1);

0 commit comments

Comments
 (0)