From 439ce873a619dc58fc16c60cf9f0fa96a3dbb3de Mon Sep 17 00:00:00 2001 From: harine Date: Wed, 16 Sep 2026 22:32:18 +0800 Subject: [PATCH] Update PosePhaseDetector.kt --- .../main/java/com/example/jnicpp/bowling/PosePhaseDetector.kt | 1 - 1 file changed, 1 deletion(-) 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. *