Skip to content

Commit

Permalink
* removed forgotten code
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Oct 4, 2024
1 parent 87177d8 commit f7cbfd0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class QueryResultRow private[classes](val rowNumber: Int,
columnLabels.getOrThrow(actualLabel, new NoSuchElementException(s"Column '$actualLabel' not found"))
}

val r: ResultSet = null
/**
* Extracts a value from the row by column number.
* @param column - the number of the column, 1 based
Expand Down

0 comments on commit f7cbfd0

Please sign in to comment.