Skip to content

Commit

Permalink
Merge pull request #385 from peterbae/javadoc
Browse files Browse the repository at this point in the history
simple javadoc fix for accomodating the newst maven version
  • Loading branch information
peterbae authored Jul 17, 2017
2 parents 3bd68b5 + d7b8eef commit f8034a7
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,11 @@ static String getErrString(String errCode) {
* Make a new SQLException
*
* @param errText
* the excception message
* @param errState
* the excpeption state
* the exception message
* @param sqlState
* the statement
* @param driverError
* the driver error object
* @param cause
* The exception that caused this exception
*/
Expand Down Expand Up @@ -171,6 +172,7 @@ public SQLServerException(String errText,
* Make a new SQLException
*
* @param obj
* the object
* @param errText
* the exception message
* @param errState
Expand Down

0 comments on commit f8034a7

Please sign in to comment.