Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgreb committed Nov 6, 2014
1 parent 8705ddb commit 37588df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ private void makeGroup(String groupId, int ready) throws Exception {
}
}

private void fillLocationsTable(String groupId, double numPoints, boolean ready) throws Exception {
private void fillLocationsTable(String groupId, double numPoints, boolean ready)
throws Exception {
fillLocationsTable(groupId, "test-route-id", numPoints, ready);
}

Expand Down

0 comments on commit 37588df

Please sign in to comment.