Skip to content

Commit

Permalink
chore: fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii_Ostapenko1 authored and Andrii_Ostapenko1 committed Jun 3, 2024
1 parent cebb97f commit 29b1941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public interface BindOrderBookOptionsBuilder {
* @param mode to use
* @return builder
* @see Defaults#PERIODICAL_SNAPSHOT_MODE
* @see com.epam.deltix.timebase.messages.universal.PackageType##PERIODICAL_SNAPSHOT
* @see com.epam.deltix.timebase.messages.universal.PackageType#PERIODICAL_SNAPSHOT
*/
BindOrderBookOptionsBuilder periodicalSnapshotMode(PeriodicalSnapshotMode mode);
BindOrderBookOptionsBuilder periodicalSnapshotMode(PeriodicalSnapshotMode mode);

/**
* Quote levels to use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* <p>
* Modes for processing periodic snapshots. What do we do with periodic snapshots?
*
* @see deltix.timebase.api.messages.universal.PackageType#PERIODICAL_SNAPSHOT
* @see com.epam.deltix.timebase.messages.universal.PackageType#PERIODICAL_SNAPSHOT
*/
public enum PeriodicalSnapshotMode {

Expand All @@ -38,7 +38,7 @@ public enum PeriodicalSnapshotMode {
/**
* Processing a periodic snapshot only once when the order book is waiting for a snapshot.
*
* @see deltix.orderbook.core.options.UpdateMode#WAITING_FOR_SNAPSHOT
* @see com.epam.deltix.orderbook.core.options.UpdateMode#WAITING_FOR_SNAPSHOT
*/
ONLY_ONE,
}

0 comments on commit 29b1941

Please # to comment.