Skip to content

Commit

Permalink
removed unneeded comment;
Browse files Browse the repository at this point in the history
  • Loading branch information
academy-codex committed Jul 17, 2021
1 parent 9bfc73a commit 49ebdb0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
public class SybaseClient
extends BaseJdbcClient
{
// SqlServer supports 2100 parameters in prepared statement, let's create a space for about 4 big IN predicates
public static final int SYBASE_MAX_LIST_EXPRESSIONS = 500;

private static final Joiner DOT_JOINER = Joiner.on(".");
Expand Down

0 comments on commit 49ebdb0

Please sign in to comment.