@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2012 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -38,7 +38,7 @@ public class JdbcUpdateAffectedIncorrectNumberOfRowsException extends IncorrectU
|
||||
|
||||
/**
|
||||
* Constructor for JdbcUpdateAffectedIncorrectNumberOfRowsException.
|
||||
* @param sql SQL we were tring to execute
|
||||
* @param sql the SQL we were trying to execute
|
||||
* @param expected the expected number of rows affected
|
||||
* @param actual the actual number of rows affected
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user