Skip to content

Commit

Permalink
fix: #565 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalachy committed Nov 20, 2024
1 parent 682d65b commit 0c9568a
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ private static Deque<List<Future<Void>>> processingStack() {
/**
* Resets the {@code subProcessPromise} to {@code null}.
* <p>
* This method is used to release any references held by the {@code subProcessPromise},
* ensuring that the processor starts with a clean state. It is intentionally set to
* {@code null} as part of the processor's lifecycle management.
* This method is used to release any references held by the {@code subProcessPromise}, ensuring that the processor
* starts with a clean state. It is intentionally set to {@code null} as part of the processor's lifecycle
* management.
*/
private void resetSubProcessPromise() {
subProcessPromise = null; // Intentional reset to null
Expand All @@ -107,11 +107,10 @@ private void resetSubProcessPromise() {
/**
* Initializes the processor by resetting its internal state.
* <p>
* This method is called during the processor's initialization phase. It uses
* {@link #resetSubProcessPromise()} to ensure the {@code subProcessPromise} is cleared,
* preparing the processor for a new lifecycle.
* This method is called during the processor's initialization phase. It uses {@link #resetSubProcessPromise()} to
* ensure the {@code subProcessPromise} is cleared, preparing the processor for a new lifecycle.
*
* @param odata the OData instance for this processor
* @param odata the OData instance for this processor
* @param serviceMetadata the metadata for the OData service
*/
@Override
Expand Down

0 comments on commit 0c9568a

Please sign in to comment.