Skip to content

Commit f240a2e

Browse files
committed
smoke: no-op touch on PayloadEncryption.kt
Smoke test for the new gate workflow: a PR touching the allowlisted encryption path should trigger the full cross-repo verify (both consumer tests run against this PR's HEAD). Adds a single comment line — no behavior change. Close after verifying CI.
1 parent b0f43a2 commit f240a2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sync-core/src/main/java/eu/darken/octi/sync/core/encryption/PayloadEncryption.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class PayloadEncryption(
2626
private val useLegacyEncryption: Boolean = false,
2727
) {
2828

29+
// smoke: cross-repo-verify gate touch (no behavior change)
2930
init {
3031
// Process-global JCE provider install + Tink configuration registration must
3132
// happen before any keysetHandle / primitive call. CryptoBootstrap owns that;

0 commit comments

Comments
 (0)