uber-java-client icon indicating copy to clipboard operation
uber-java-client copied to clipboard

Constructor not setting server access token

Open hardyarora opened this issue 9 years ago • 0 comments

The following constructor is not setting server access token, I can fix it :

public UberClient(String serverToken, RestAdapter.LogLevel logLevel) {
        this(null, null, null, null, null, false, logLevel);
    }

hardyarora avatar Mar 22 '16 22:03 hardyarora