yunify / qingcloud-sdk-java

12 stars 13 forks source link

Fix #3 and re-generate java files #8

Closed chengww5217 closed 5 years ago

chengww5217 commented 5 years ago
  1. Issue description:

    mvn  javadoc:jar
    
    2018-05-02 16:57:16,185 [ERROR] Exit code: 1 - /Users/wangzw/cloudmgr/qingcloud-sdk-java/src/main/java/com/qingcloud/sdk/request/QCOkHttpRequestClient.java:122: warning: no @return
    2018-05-02 16:57:16,185 [ERROR]     public okhttp3.Request buildGetRequest(String requestUrl, String uri) {
    
    ...
  2. How to fix:

    Add missed parameters of annotations to java files in the request package and the shared.tmpl file.