Skip to content

Commit efc08dc

Browse files
committed
[SPARK-29113] Fix some annotation errors in ApplicationCache.scala
1 parent dffd92e commit efc08dc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

core/src/main/scala/org/apache/spark/deploy/history/ApplicationCache.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,8 @@ private[history] class ApplicationCache(
209209

210210
/**
211211
* Register a filter for the web UI which checks for updates to the given app/attempt
212-
* @param ui Spark UI to attach filters to
213-
* @param appId application ID
214-
* @param attemptId attempt ID
212+
* @param key consisted of appId and attemptId
213+
* @param loadedUI Spark UI to attach filters to
215214
*/
216215
private def registerFilter(key: CacheKey, loadedUI: LoadedAppUI): Unit = {
217216
require(loadedUI != null)
@@ -231,7 +230,7 @@ private[history] class ApplicationCache(
231230
/**
232231
* An entry in the cache.
233232
*
234-
* @param ui Spark UI
233+
* @param loadedUI Spark UI
235234
* @param completed Flag to indicated that the application has completed (and so
236235
* does not need refreshing).
237236
*/

0 commit comments

Comments
 (0)