Skip to content

Commit

Permalink
Merge pull request #30 from ndeshpa/master
Browse files Browse the repository at this point in the history
Bug fix for etl code
  • Loading branch information
ndeshpa authored Nov 25, 2019
2 parents e9df348 + 5213dc6 commit 0d0ef6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.eurekaclinical</groupId>
<artifactId>datastore</artifactId>
<version>3.2</version>
<version>[3.2,)</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
public class RelDbTabularWriter extends AbstractTabularWriter {

private final RecordHandler<ArrayList<?>> recordHandler;
private RecordHandler<ArrayList<?>> recordHandler;
private final ArrayList<Object> row;
private int colIndex;
private String inStatement;
Expand Down

0 comments on commit 0d0ef6d

Please sign in to comment.