From d7b8eef0d4d63568800cb40902d994f485494b3b Mon Sep 17 00:00:00 2001 From: Peter Bae Date: Mon, 10 Jul 2017 11:51:39 -0700 Subject: [PATCH] simple javadoc fix for accomodating the newst maven version --- .../com/microsoft/sqlserver/jdbc/SQLServerException.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerException.java b/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerException.java index 7d758420d..2f4dfd06c 100644 --- a/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerException.java +++ b/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerException.java @@ -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 */ @@ -171,6 +172,7 @@ public SQLServerException(String errText, * Make a new SQLException * * @param obj + * the object * @param errText * the exception message * @param errState