Skip to content

Commit 4b1b4a8

Browse files
committed
Fixing Codacy issue.
1 parent b3c209a commit 4b1b4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/ie3/datamodel/io/connectors/SqlConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public boolean hasNext() {
153153
return rs.next();
154154
} catch (SQLException e) {
155155
log.error("Exception at extracting next ResultSet: ", e);
156-
throw new RuntimeException(e);
156+
return false;
157157
}
158158
}
159159

0 commit comments

Comments
 (0)