We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9042bf commit a719e0aCopy full SHA for a719e0a
src/main/java/com/microsoft/sqlserver/jdbc/dtv.java
@@ -115,7 +115,6 @@ abstract class DTVExecuteOp {
115
abstract void execute(DTV dtv, TVP tvpValue) throws SQLServerException;
116
117
abstract void execute(DTV dtv, SqlVariant sqlVariantValue) throws SQLServerException;
118
-
119
}
120
121
0 commit comments