Skip to content

Commit a249846

Browse files
committed
Removed hyphen
1 parent 648e1b8 commit a249846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/ISQLServerDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ public interface ISQLServerDataSource extends javax.sql.CommonDataSource {
12181218
* This method is a no-op for backwards compatibility only.
12191219
*
12201220
* @param timeToLive
1221-
* - Time-to-live is no longer supported.
1221+
* Time-to-live is no longer supported.
12221222
*/
12231223
@Deprecated
12241224
void setMsiTokenCacheTtl(int timeToLive);

0 commit comments

Comments
 (0)