tree-ware / tree-ware-kotlin-core

Apache License 2.0
1 stars 0 forks source link

Change case of CursorMoveDirection enum values #15

Closed deepak-nulu closed 3 years ago

deepak-nulu commented 3 years ago

The Kotlin style guide permits SCREAMING_SNAKE_CASE or CamelCase for enum values. CursorMoveDirection was using CamelCase but all other enums are using SCREAMING_SNAKE_CASE. CursorMoveDirection enum values are now changed to SCREAMING_SNAKE_CASE for consistency sake.