Skip to content

Commit d7bedd3

Browse files
authored
revert RecordSimilarityExample.java
1 parent ffb04b4 commit d7bedd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/src/main/java/com/basistech/rosette/examples/RecordSimilarityExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private void run() throws IOException {
9797
).build();
9898

9999
HttpRosetteAPI rosetteAPI = new HttpRosetteAPI.Builder()
100-
.key("b1db524b37ad4b75f86729999d6017fd")
100+
.key(getApiKeyFromSystemProperty())
101101
.url(getAltUrlFromSystemProperty())
102102
.build();
103103
//The api object creates an http client, but to provide your own:

0 commit comments

Comments
 (0)