private Async()

in src/main/java/com/spotify/github/async/Async.java [31:33]


    private Async() {
        throw new UnsupportedOperationException("This is a utility class and cannot be instantiated");
    }