Skip to content

Commit cdaa292

Browse files
Removing the additional javadoc comment that was not removed during merging
1 parent 17ab9ec commit cdaa292

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/application/AppStateMonitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ private boolean hasFrameMetricsAggregatorClass() {
423423
}
424424

425425
/** An interface to be implemented by subscribers which needs to receive app state update. */
426-
/** An interface to be implemented by clients which needs to receive app state update. */
427426
public static interface AppStateCallback {
428427
public void onUpdateAppState(ApplicationProcessState newState);
429428
}

0 commit comments

Comments
 (0)