GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/11390
[MINOR][SQL] Fix modifier order.
## What changes were proposed in this pull request?
This PR fixes the order of modifier from `abstract public` into `public
abstract`.
Currently, when we run `./dev/lint-java`, it shows the error.
```
Checkstyle checks failed at following occurrences:
[ERROR]
src/main/java/org/apache/spark/util/sketch/CountMinSketch.java:[53,10]
(modifier) ModifierOrder: 'public' modifier out of order with the JLS
suggestions.
```
## How was this patch tested?
```
$ ./dev/lint-java
Checkstyle checks passed.
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark fix_modifier_order
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11390.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11390
----
commit 6716152f541508e16780a4160a33d516f337d9f0
Author: Dongjoon Hyun <[email protected]>
Date: 2016-02-26T09:53:18Z
[MINOR][SQL] Fix modifier order.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]