You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove orphaned duplicate Javadoc before completeBatch()
The cancellable-variant Javadoc block accidentally ended up between
completeWithStats() and completeBatch(), causing a NotJavadoc Error Prone
warning (two consecutive /** blocks before a single method). The real Javadoc
for complete(InferenceParameters, CancellationToken) lives at its method at
line 307; the stale copy is removed.
0 commit comments