From fd1df825954e921f17403a2887a27f1126e019e6 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Sun, 14 Jan 2024 09:13:02 +0800 Subject: [PATCH] strip Signed-off-by: Adrian Cole --- zipkin/RATIONALE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipkin/RATIONALE.md b/zipkin/RATIONALE.md index 71bd66df83d..5a5ee3ba75f 100644 --- a/zipkin/RATIONALE.md +++ b/zipkin/RATIONALE.md @@ -30,7 +30,7 @@ utilities. Zipkin is a library with embedded use cases, such as inside Java agents or Android code. -For example, Android has a [hard limit on total methods in an application](https://developer.android.com/build/multidex#avoid). +For example, Android has a [hard limit on total methods in an application](https://developer.android.com/build/multidex). Fields marked private imply accessors in order to share state in the same package. We routinely share state, such as codec internals within a package. If we marked fields private, we'd count against that limit without adding