Skip to content

Commit

Permalink
strip
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Jan 14, 2024
1 parent 70a5939 commit fd1df82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipkin/RATIONALE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd1df82

Please sign in to comment.