Skip to content

Commit

Permalink
Improve methods' javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bzablocki committed Dec 13, 2024
1 parent 6afaf21 commit 5db206f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public abstract class SessionServiceFactory implements Serializable {
public abstract SessionService create();

/**
* Do not override. This method is called in the {@link
* This method is called in the {@link
* org.apache.beam.sdk.io.solace.SolaceIO.Read#expand(org.apache.beam.sdk.values.PBegin)} method
* to set the Queue reference based on {@link
* org.apache.beam.sdk.io.solace.SolaceIO.Read#from(Solace.Queue)} or {@link
Expand All @@ -90,8 +90,8 @@ public final void setQueue(Queue queue) {
}

/**
* Getter for the queue. Do not override. This is nullable, because at the construction time this
* reference is null. Once the pipeline is compiled and the {@link
* Getter for the queue. This is nullable, because at the construction time this reference is
* null. Once the pipeline is compiled and the {@link
* org.apache.beam.sdk.io.solace.SolaceIO.Read#expand(org.apache.beam.sdk.values.PBegin)} method
* is called, this reference is valid.
*
Expand Down

0 comments on commit 5db206f

Please sign in to comment.