Skip to content

Commit 68d7878

Browse files
committed
[proxima-beam-core] fix javadoc
1 parent 253e242 commit 68d7878

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

beam/core/src/main/java/cz/o2/proxima/beam/core/ProximaPipelineOptions.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ public Iterable<Class<? extends PipelineOptions>> getPipelineOptions() {
3333
}
3434
}
3535

36-
/**
37-
* @{code false} to preserve UDF jar on exit.
38-
*/
36+
/** {@code false} to preserve UDF jar on exit. */
3937
@Default.Boolean(true)
4038
boolean getPreserveUDFJar();
4139

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

4745
void setUdfJarDirPath(String path);
4846

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

0 commit comments

Comments
 (0)