Skip to content

Commit 66ccd8c

Browse files
authored
Merge pull request #551 from zhicwu/fit-and-finish
Fix typo and move checkframework to jdbc/internal
2 parents 47747d1 + 210cc03 commit 66ccd8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sth
4949
.addDbParam(ClickHouseQueryParam.MAX_PARALLEL_REPLICAS, 2)
5050
.send();
5151
```
52-
#### Send data in binary formated with custom user callback
52+
#### Send data in binary formatted with custom user callback
5353
```java
5454
import ru.yandex.clickhouse.ClickHouseStatement;
5555
ClickHouseStatement sth = connection.createStatement();

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@
351351
<pattern>org.apache</pattern>
352352
<shadedPattern>${shade.base}.apache</shadedPattern>
353353
</relocation>
354+
<relocation>
355+
<pattern>org.checkerframework</pattern>
356+
<shadedPattern>${shade.base}.checker</shadedPattern>
357+
</relocation>
354358
<relocation>
355359
<pattern>net.jpountz</pattern>
356360
<shadedPattern>${shade.base}.jpountz</shadedPattern>

0 commit comments

Comments
 (0)