Made builder fields private
This commit is contained in:
parent
ca6ac25013
commit
f6f3c82513
4 changed files with 21 additions and 19 deletions
|
@ -81,9 +81,9 @@ To make it easier to use the library with Java, configuration builders are avail
|
|||
```java
|
||||
var config = new Config.Builder()
|
||||
.url("https://www.example.com/")
|
||||
.shorturl("foobar")
|
||||
.shortUrl("foobar")
|
||||
.callback("test")
|
||||
.logstats(true)
|
||||
.logStats(true)
|
||||
.format(Format.JSON)
|
||||
.build();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue