Polishing

This commit is contained in:
Juergen Hoeller
2016-12-20 21:11:07 +01:00
parent 8662c61a17
commit 9cb4de8b5e
5 changed files with 23 additions and 25 deletions

View File

@@ -251,7 +251,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)