Add nullability annotations to getChannel methods in player manager classes#1
Add nullability annotations to getChannel methods in player manager classes#13add wants to merge 1 commit into
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughThe pull request adds JetBrains ChangesNullability annotations for player and protocol manager APIs
🎯 2 (Simple) | ⏱️ ~8 minutes
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
This PR aims to add the
@Nullableannotation to theProtocolManager.javaandPlayerManager.java. It is annoying having the IDE say that the value is never null when in reality it is. This could avoid a lot of bugs for users.Summary by CodeRabbit