Skip to content

Commit c2ea5d8

Browse files
committed
style: replace em dash with colon in javadoc
1 parent fe38f89 commit c2ea5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/kurrent/dbclient/CreateProjectionOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public CreateProjectionOptions emitEnabled(boolean value) {
5252
* {@code 2} selects the V2 engine, which provides partition-based parallel processing.
5353
* <p>
5454
* The engine version is pinned at create time and cannot be changed via update.
55-
* V2 has limitations versus V1 — notably, {@code trackEmittedStreams} is rejected,
55+
* V2 has limitations versus V1: {@code trackEmittedStreams} is rejected,
5656
* result streams are not emitted, and bi-state projections are not supported.
5757
*/
5858
public CreateProjectionOptions engineVersion(int value) {

0 commit comments

Comments
 (0)