Skip to content

Commit dbca1da

Browse files
committed
fix: correct example syntax for java client
Signed-off-by: David Goss <david.goss@matillion.com>
1 parent afd8adc commit dbca1da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clients/java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ implementation 'io.github.marquezproject:marquez-java:0.39.0
2525
### Reading Metadata
2626
```java
2727
// Connect to http://localhost:5000
28-
MarquezClient client = MarquezClient().builder()
28+
MarquezClient client = MarquezClient.builder()
2929
.baseUrl("http://localhost:5000")
3030
.build()
3131

@@ -59,4 +59,4 @@ MarquezClient client = MarquezClient.builder()
5959

6060
----
6161
SPDX-License-Identifier: Apache-2.0
62-
Copyright 2018-2023 contributors to the Marquez project.
62+
Copyright 2018-2023 contributors to the Marquez project.

0 commit comments

Comments
 (0)