| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Java's String.format doesn't support %q, so replace it with "%s" to match Go/Rego semantics of wrapping the argument in double quotes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Java's String.format doesn't support %q, so replace it with "%s" to match Go/Rego semantics of wrapping the argument in double quotes.
Fixes #175