MediaManager-core/src/main
Gustavo Henrique Santos Souza de Miranda 94297e75b9 Add id validation and improve code formatting in updateSamplingRate
Enhance input validation and code quality in the SamplingRate service:

- Add null check for id parameter in updateSamplingRate() method to prevent
  potential NullPointerException when calling repository.findById()
- Standardize indentation throughout the updateSamplingRate() method body,
  improving code readability and consistency with project style guidelines

This complements the previous validation improvements by ensuring all
method parameters are properly validated before use, creating a more
defensive and robust API surface.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-06 22:30:51 -03:00
..
java/com/mediamanager Add id validation and improve code formatting in updateSamplingRate 2025-12-06 22:30:51 -03:00
proto Fix message name casing in SamplingRate proto definition 2025-12-06 02:55:36 -03:00
resources Merge pull request #7 from gmbrax/feature/IPC-Unix-Socket 2025-11-22 23:41:12 -03:00