Fix setter error and removed @NonNull declaration in Patient.kt#22
Fix setter error and removed @NonNull declaration in Patient.kt#22EmmanuelAdesope wants to merge 2 commits into
Conversation
WalkthroughThe changes modify the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
|
@NikhilFegade please opine. |
| data class Patient ( | ||
|
|
||
| @PrimaryKey | ||
| @NonNull |
There was a problem hiding this comment.
@EmmanuelAdesope Yes, Here @nonnull Annotation is not required as we assigned default value



📋 Description
JIRA ID: No ID to capture this particular Pull request.
Please provide a summary of the change and the motivation behind it. Include relevant context and details.
✅ Type of Change
ℹ️ Additional Information
Please describe how the changes were tested, and include any relevant screenshots, logs, or other information that provides additional context.
I have restarted the Android studio app and couldn't retrieve the log files that shows the error. However, i will set up persistent log for future use cases.
thank you
Summary by CodeRabbit