Skip to content

Commit c7576e5

Browse files
committed
review comments
1 parent 3a6dfd9 commit c7576e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/demo-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ClickHouse-Java Demo Service
22

33
## About
4-
This is and example of a Spring Boot service using ClickHouse client directly and via JPA.
4+
This is an example of a Spring Boot service using ClickHouse client directly and via JPA.
55
Example is an application that requires ClickHouse DB running externally. It can be a Docker or
66
ClickHouse Cloud instance.
77

examples/demo-service/src/main/java/com/clickhouse/demo_service/jpa/ClickHouseStringArrayType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public Collection deepCopy(Collection value) {
5454

5555
@Override
5656
public boolean isMutable() {
57+
// value should not be changed
5758
return false;
5859
}
5960

0 commit comments

Comments
 (0)