refactor: hide test-only encrypted key set reset

Keep clearEncryptedPropertyKeys() package-private so it is not part of the public API.

Co-authored-by: Cursor <cursoragent@cursor.com>
pull/1818/head
evelynwei 4 days ago
parent b40de63448
commit 295a74f1c0

@ -495,7 +495,7 @@ public abstract class PolarisConfigPropertyAutoRefresher implements ApplicationL
* Just for junit test. {@code encryptedPropertyKeys} is static and grow-only, so it has to be
* reset between test methods.
*/
public static void clearEncryptedPropertyKeys() {
static void clearEncryptedPropertyKeys() {
encryptedPropertyKeys.clear();
}
}

Loading…
Cancel
Save