Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-09-27 18:06:36 -07:00
parent fc77b73399
commit ca6e0e2f0f
4 changed files with 10 additions and 65 deletions

View file

@ -32,7 +32,7 @@ poster.deletePin("https:///www.example.com/bar")
final PinboardPoster poster = new PinBboardPoster("user:TOKEN");
poster.addPin("https://www.example.com/foo", "This is a test");
poster.addPin(new AddConfig.Builder()
poster.addPin(new PinConfig.Builder()
.url("https://example.com")
.description("This is a test")
.tags("foo", "bar")