Skip to content

Commit cbee0ed

Browse files
author
Tom Reznik
committed
Restore CDAClient.Builder constructor modifier
1 parent a11150a commit cbee0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/contentful/java/cda/CDAClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public static class Builder {
284284
boolean secure;
285285
boolean nullifyUnresolved;
286286

287-
private Builder() {
287+
public Builder() {
288288
// Defaults
289289
this.secure = true;
290290
}

0 commit comments

Comments
 (0)