SIGN IN SIGN UP

Fix Javadoc and parameter checks in FrameAggregator

This change refines the Javadoc parameter descriptions and exception
documentation in FrameAggregator to avoid private field references and clarify
preconditions, and strengthens constructor validation.

- Corrects parameter descriptions for sequenceIndex across operational
  methods and replaces the private field link in @throws annotations.
- Replaces "non-positive" with "negative" in sequenceIndex documentation
  since index 0 is a valid sequence index.
- Validates that numSequences is strictly positive upon construction and
  adds corresponding unit tests.

PiperOrigin-RevId: 939823423
G
Googler committed
147f16fbaa87bcb27b1e474a77640e186b61bbec
Parent: 6c94f02
Committed by Copybara-Service <copybara-worker@google.com> on 6/29/2026, 2:29:28 PM