Fixed examples and docs.

This commit is contained in:
Erik C. Thauvin 2020-03-21 22:59:24 -07:00
parent 8138a23bc5
commit 0f08c131c6
3 changed files with 11 additions and 11 deletions

View file

@ -2,8 +2,8 @@ package com.example;
import net.thauvin.erik.bitly.Bitly;
public class BitlySample {
public static void main(String[] args) {
public final class BitlySample {
public static void main(final String[] args) {
if (args.length > 0) {
final Bitly bitly = new Bitly(/* "YOUR_API_TOKEN from https://bitly.is/accesstoken" */);
for (final String arg : args) {