Skip to content

Commit 5411dbc

Browse files
committed
[MINOR] Remove broken URL link from StatusRecorder javadoc
### What changes were proposed in this pull request? This PR aims to remove a broken URL link from `StatusRecorder` java doc. ### Why are the changes needed? This is a clean-up in Javadoc. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #208 from dongjoon-hyun/brokenlink. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 9256112 commit 5411dbc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spark-operator/src/main/java/org/apache/spark/k8s/operator/utils/StatusRecorder.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
import org.apache.spark.k8s.operator.status.BaseStatus;
4141

4242
/**
43-
*
44-
*
45-
* <pre>
46-
* Note - this is inspired by
47-
* <a href="https://github.com/apache/flink-kubernetes-operator/blob/main/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/AppStatusRecorder.java">Flink Operator Status Recorder</a>
48-
* </pre>
49-
*
5043
* Enables additional (extendable) observers for Spark App status. Cache and version locking might
5144
* be removed in future version as batch app does not expect spec change after submitted.
5245
*/

0 commit comments

Comments
 (0)