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

Checkstyle fixes for async-rest sample. #119

Merged
merged 2 commits into from
Mar 16, 2016
Merged

Checkstyle fixes for async-rest sample. #119

merged 2 commits into from
Mar 16, 2016

Commits on Mar 16, 2016

  1. Apply shared checkstyles to all samples.

    We use git submodules, so to check out all the code for
    `java-docs-samples`, we need to clone with the `--recursive` flag.
    
    ```
    git clone --recursive git@github.com:GoogleCloudPlatform/java-docs-samples.git
    ```
    
    To check out the directory in an already-cloned repo, run:
    
    ```
    git submodule update --init --recursive
    ```
    tswast committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    a53f0cb View commit details
    Browse the repository at this point in the history
  2. Checkstyle fixes for async-rest sample.

    Tested manually by deploying to
    http://async-rest-test-dot-java-docs-samples-swast-1.appspot.com/.
    
    When doing so, I noticed that the `mvn gcloud:deploy` command would not
    run, so I updated the POM to the latest version of the gcloud maven
    plugin, too.
    tswast committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    0f33dac View commit details
    Browse the repository at this point in the history