Skip to content

Commit

Permalink
Merge pull request #36 from contentful/iss35
Browse files Browse the repository at this point in the history
Rename properties file
  • Loading branch information
tomxor committed Nov 19, 2014
2 parents 0942ceb + 623e2a8 commit bce6f34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/contentful/java/api/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Utils {
private Utils() {
}

static final String SDK_PROPERTIES = "sdk.properties";
static final String SDK_PROPERTIES = "contentful_cda.properties";
static final String PROP_VERSION_NAME = "version.name";

/**
Expand Down
File renamed without changes.

0 comments on commit bce6f34

Please sign in to comment.