Skip to content

Commit d461c89

Browse files
author
m1ch1
committed
brianfrankcoopergh-67 use checkstyle.
1 parent 3dbc6c6 commit d461c89

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- gh-67 Use checkstyle (m1ch1)
2+
13
0.1.4 - 2/22/12
24

35
- Fixes for Cassandra 0.7 client (tjake)

build-tools/pom.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,8 @@
8888
<version>2.6</version>
8989
<configuration>
9090
<consoleOutput>true</consoleOutput>
91-
<!--configLocation>checkstyle.xml</configLocation-->
91+
<configLocation>checkstyle.xml</configLocation>
9292
</configuration>
93-
<!--dependencies>
94-
<dependency>
95-
<groupId>com.yahoo.ycsb</groupId>
96-
<artifactId>build-tools</artifactId>
97-
<version>0.1.4</version>
98-
</dependency>
99-
</dependencies-->
10093
<executions>
10194
<execution>
10295
<id>validate</id>

0 commit comments

Comments
 (0)