Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warnings #134

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Remove warnings #134

merged 1 commit into from
Sep 13, 2022

Commits on Sep 13, 2022

  1. Remove warnings

    Minor changes for warnings removal.
    
    NamedWriteableRegistryAPI
      remove unused local variables
      remove unused imports
    
    SDKClient
      remove unused private attribute
      remove unsed imports
    
    TransportActions
      add missing diamond operators
    
    TestNamedWriteableRegistryAPI
      remove unused constructor
    
    There are still missing generic declaration on Class<> attributes and
    variables, which cannot be fixed only through sdk project, as they are
    used as method parameters from classes that do not belong to sdk project
    and would require changes on these classes as well.
    
    fix #130
    
    Signed-off-by: Lucas Faria e Souza Vilela <luccasvilela@yahoo.com.br>
    lucasfsvilela committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7aec524 View commit details
    Browse the repository at this point in the history