Fix a typo in javadoc
Closes gh-1824
This commit is contained in:
committed by
Stephane Nicoll
parent
da6e9c6d54
commit
a1fa0daad5
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2017 the original author or authors.
|
* Copyright 2002-2018 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -42,7 +42,7 @@ import org.springframework.util.Assert;
|
|||||||
* arguments. Subclasses should be JavaBeans, allowing easy configuration.
|
* arguments. Subclasses should be JavaBeans, allowing easy configuration.
|
||||||
*
|
*
|
||||||
* <p>This class and subclasses throw runtime exceptions, defined in the
|
* <p>This class and subclasses throw runtime exceptions, defined in the
|
||||||
* <codeorg.springframework.dao package</code> (and as thrown by the
|
* {@code org.springframework.dao} package (and as thrown by the
|
||||||
* {@code org.springframework.jdbc.core} package, which the classes
|
* {@code org.springframework.jdbc.core} package, which the classes
|
||||||
* in this package use under the hood to perform raw JDBC operations).
|
* in this package use under the hood to perform raw JDBC operations).
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user