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

Correct additional style issues and remove warnings #715

Merged
merged 1 commit into from
Mar 5, 2016

Commits on Mar 4, 2016

  1. Correct more style issues and remove warnings

    This change is a follow-up to post-merge comments in googleapis#706 made by
    @ajkannan and @aozarov. The following changes have been made:
    
    - Don't use @nullable on equals() methods
    - Don't `throws Exception` in test methods unless needed
    - Use incomplete sentences in JavaDoc summary fragment
    - Capitalize Cloud Storage
    - Get rid of some one-line JavaDocs
    - Use @code formatting when appropriate
    - Remove Paths.get() usages which is deprecated in Java 8
    - Remove @SuppressWarnings("null") which no one uses
    jart committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    3a8b043 View commit details
    Browse the repository at this point in the history