Skip to content

Commit

Permalink
Minor documentation improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
maesenka committed May 8, 2023
1 parent 48fb46c commit 9cce12e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public interface ConnectionFinder extends Serializable {
* Find an instance of Connection that can be cast to an {@code OracleConnection} instance.
*
* @param conn the object that is being searched for an OracleConnection
* @return the object sought
* @throws RuntimeException thrown when the feature cannot be found;
* @return an OracleConnection instance
* @throws RuntimeException thrown when no suitable OracleConnection can be found
*/
Connection find(Connection conn);

Expand Down

0 comments on commit 9cce12e

Please sign in to comment.