Skip to content

Commit

Permalink
[proxima-beam-core] fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Jan 21, 2025
1 parent 253e242 commit 68d7878
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ public Iterable<Class<? extends PipelineOptions>> getPipelineOptions() {
}
}

/**
* @{code false} to preserve UDF jar on exit.
*/
/** {@code false} to preserve UDF jar on exit. */
@Default.Boolean(true)
boolean getPreserveUDFJar();

Expand All @@ -46,7 +44,7 @@ public Iterable<Class<? extends PipelineOptions>> getPipelineOptions() {

void setUdfJarDirPath(String path);

/** Set delay for {@BatchLogRead} in ms. */
/** Set delay for {@link cz.o2.proxima.beam.core.direct.io.BatchLogRead} in ms. */
@Default.Long(0L)
long getStartBatchReadDelayMs();

Expand Down

0 comments on commit 68d7878

Please sign in to comment.