Skip to content

Commit 67bde6f

Browse files
fix linter @SuppressWarnings("MethodLength")
1 parent b8a3be0 commit 67bde6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc/src/main/java/tech/ydb/jdbc/common/MappingGetters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ public <T> T fromValue(ValueReader reader, Class<T> clazz) throws SQLException {
782782
}
783783
}
784784

785-
785+
@SuppressWarnings("MethodLength")
786786
private static ValueToClass valueToClass(PrimitiveType id) {
787787
ValueToClassBuilder builder = new ValueToClassBuilder(id);
788788
switch (id) {

0 commit comments

Comments
 (0)