Revert "Use project.artifactory(Username|Password)"

This reverts commit 9c449000dc0508457d0e4392a46e8ca731ada0fa.
This commit is contained in:
Robert Winch 2026-01-12 16:04:56 -06:00
parent 9c449000dc
commit a32d9f04e3
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ package org.springframework.security.crypto.password;
import org.jspecify.annotations.Nullable;
/**`
/**
* Service interface for encoding passwords.
*
* The preferred implementation is {@code BCryptPasswordEncoder}.