Skip to content

Commit 3c2455d

Browse files
committed
Reverted public visible for YdbSqlType
1 parent 84b121e commit 3c2455d

File tree

1 file changed

+1
-1
lines changed
  • spring-data-jdbc-ydb/src/main/java/tech/ydb/data/core/convert

1 file changed

+1
-1
lines changed

spring-data-jdbc-ydb/src/main/java/tech/ydb/data/core/convert/YdbSqlType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @author Aleksandr Gorshenin
99
*/
10-
class YdbSqlType implements SQLType, Serializable {
10+
public class YdbSqlType implements SQLType, Serializable {
1111
private static final long serialVersionUID = -5722445668088782880L;
1212

1313
private final String name;

0 commit comments

Comments
 (0)