Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Commit 5cf6d59

Browse files
committed
continued: Require namespace on all method calls
Signed-off-by: wslulciuc <[email protected]>
1 parent f9306f8 commit 5cf6d59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/marquez/client/MarquezClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,7 @@ private Map<String, Object> newQueryParamsWith(int limit, int offset) {
303303
}
304304

305305
public static final class Builder {
306-
@VisibleForTesting static final String NAMESPACE_NAME_ENV_VAR = "MARQUEZ_NAMESPACE";
307-
308306
@VisibleForTesting URL baseUrl;
309-
private String namespaceName;
310307

311308
private Builder() {
312309
this.baseUrl = DEFAULT_BASE_URL;

0 commit comments

Comments
 (0)