Skip to content

Commit 1e5cd17

Browse files
Merge pull request #11 from contentstack/development
# [Config]: Added support for Region in Config class.
2 parents 1236134 + d20bff5 commit 1e5cd17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.4.2-SNAPSHOT</version>
9+
<version>1.4.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>

src/main/java/com/contentstack/sdk/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Config {
3232
protected String environment = null;
3333
protected ContentstackRegion region = ContentstackRegion.US;
3434

35-
public enum ContentstackRegion { US, EUROPE }
35+
public enum ContentstackRegion { US, EU }
3636

3737
public ContentstackRegion getRegion() { return this.region; }
3838

0 commit comments

Comments
 (0)