Package com.jcabi.github

Examples of com.jcabi.github.Limit$Throttled


    @Override
    @NotNull(message = "limit is never NULL")
    public Limit get(@NotNull(message = "resource shouldn't be NULL")
        final String resource) {
        // @checkstyle AnonInnerLength (50 lines)
        return new Limit() {
            @Override
            public Github github() {
                return MkLimits.this.github();
            }
            @Override
View Full Code Here

TOP

Related Classes of com.jcabi.github.Limit$Throttled

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.