spark-instrumented-optimizer/common/sketch/src
Dongjoon Hyun 727e78014f [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.
```

Author: Dongjoon Hyun <dongjoon@apache.org>

Closes #11390 from dongjoon-hyun/fix_modifier_order.
2016-02-26 17:11:19 +00:00
..
main/java/org/apache/spark/util/sketch [MINOR][SQL] Fix modifier order. 2016-02-26 17:11:19 +00:00
test/scala/org/apache/spark/util/sketch [SPARK-12937][SQL] bloom filter serialization 2016-01-26 00:53:05 -08:00