Skip to content

Conversation

ttntrifork
Copy link
Contributor

@ttntrifork ttntrifork commented Sep 1, 2025

This fixes #7229

The getter is getMode while the setter is setMdmMode.
This breaks Kotlin 'synthetic property' interop with Java
https://kotlinlang.org/docs/java-interop.html#getters-and-setters

…th getter/setter naming conventions.

This fixes Kotlin 'synthetic property' interop with Java.
https://kotlinlang.org/docs/java-interop.html#getters-and-setters
@robogary
Copy link
Contributor

robogary commented Sep 1, 2025

Formatting check succeeded!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename MdmSettings.myMdmMode setter such that it aligns with getter/setter naming conventions
2 participants