Polishing

(cherry picked from commit 9cb4de8)
This commit is contained in:
Juergen Hoeller
2016-12-20 21:11:07 +01:00
parent 154ef8bf10
commit 82c1c859d9
5 changed files with 23 additions and 25 deletions

View File

@@ -250,7 +250,7 @@ public class SQLErrorCodesFactory {
/**
* Clear the cache for the specified {@link DataSource}, if registered.
* @param dataSource the {@code DataSource} identifying the database
* @return the corresponding {@code SQLErrorCodes} object,
* @return the corresponding {@code SQLErrorCodes} object that got removed,
* or {@code null} if not registered
* @since 4.3.5
* @see #registerDatabase(DataSource, String)