diff --git a/app/src/main/java/com/example/jnicpp/bowling/PosePhaseDetector.kt b/app/src/main/java/com/example/jnicpp/bowling/PosePhaseDetector.kt index d30ac10..b91cc16 100644 --- a/app/src/main/java/com/example/jnicpp/bowling/PosePhaseDetector.kt +++ b/app/src/main/java/com/example/jnicpp/bowling/PosePhaseDetector.kt @@ -427,7 +427,6 @@ class PosePhaseDetector( ) /** - * @brief Maps a 5-step approach step count (0..5) to its corresponding [BowlingPhase]. * @brief Maps a 5-step approach step count (0..5) to the [BowlingPhase] * the bowler should be in once that step has landed. *