Skip to content

Commit

Permalink
[MINOR] Fix google style guide address
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR update  google style guide address to `https://google.github.io/styleguide/javaguide.html`.

### Why are the changes needed?

`https://google-styleguide.googlecode.com/svn-history/r130/trunk/javaguide.html` **404**:

![image](https://user-images.githubusercontent.com/5399861/70717915-431c9500-1d2a-11ea-895b-024be953a116.png)

### Does this PR introduce any user-facing change?
No

### How was this patch tested?

Closes #26865 from wangyum/fix-google-styleguide.

Authored-by: Yuming Wang <yumwang@ebay.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
  • Loading branch information
wangyum authored and srowen committed Dec 12, 2019
1 parent cc087a3 commit 39c0696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/checkstyle.xml
Expand Up @@ -24,7 +24,7 @@
Checkstyle configuration based on the Google coding conventions from:
- Google Java Style
https://google-styleguide.googlecode.com/svn-history/r130/trunk/javaguide.html
https://google.github.io/styleguide/javaguide.html
with Spark-specific changes from:
Expand Down

0 comments on commit 39c0696

Please sign in to comment.