Skip to content

Commit 53cf6a3

Browse files
android(net): second occurrence of '*/' in Api.kt KDoc
Caught by the next CI iteration (run 26395453436) — there were two literal '*/'-bearing references in the same docstring; the first fix only got the first one. Now both rewritten to '/public sub-path'.
1 parent aae30cc commit 53cf6a3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • android/app/src/main/java/dev/zeroauth/android/net

android/app/src/main/java/dev/zeroauth/android/net/Api.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ import java.util.concurrent.TimeUnit
3535
* cookie. Neither is available on the phone.
3636
*
3737
* The W3 contract drift is real and worth flagging in the exit report:
38-
* `*/public` does NOT exist on the backend today. This Retrofit binding
39-
* is wired so the phone is ready when the backend opt-in lands, and
38+
* the `/public` sub-path does NOT exist on the backend today. This
39+
* Retrofit binding is wired so the phone is ready when the backend
40+
* opt-in lands, and
4041
* the ScanViewModel treats any 4xx from this call as "fine, fall back
4142
* to QR-only parsing." There is no path in the demo where this call
4243
* MUST succeed.

0 commit comments

Comments
 (0)