Skip to content

Commit

Permalink
Merge pull request #551 from zhicwu/fit-and-finish
Browse files Browse the repository at this point in the history
Fix typo and move checkframework to jdbc/internal
  • Loading branch information
zhicwu authored Jan 31, 2021
2 parents 47747d1 + 210cc03 commit 66ccd8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sth
.addDbParam(ClickHouseQueryParam.MAX_PARALLEL_REPLICAS, 2)
.send();
```
#### Send data in binary formated with custom user callback
#### Send data in binary formatted with custom user callback
```java
import ru.yandex.clickhouse.ClickHouseStatement;
ClickHouseStatement sth = connection.createStatement();
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@
<pattern>org.apache</pattern>
<shadedPattern>${shade.base}.apache</shadedPattern>
</relocation>
<relocation>
<pattern>org.checkerframework</pattern>
<shadedPattern>${shade.base}.checker</shadedPattern>
</relocation>
<relocation>
<pattern>net.jpountz</pattern>
<shadedPattern>${shade.base}.jpountz</shadedPattern>
Expand Down

0 comments on commit 66ccd8c

Please sign in to comment.