This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
from f827d44ac Merge pull request #464 from spyhunter99/changelogUpdate
add 2e563e2ee corrects a typo on the password complexity verifier class
new 3171ba017 Merge pull request #465 from spyhunter99/feature/typo
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/wiki/auth/DefaultUserManager.java | 2 +-
...iffier.java => PasswordComplexityVerifier.java} | 4 +--
...st.java => PasswordComplexityVerifierTest.java} | 32 +++++++++++-----------
3 files changed, 19 insertions(+), 19 deletions(-)
rename
jspwiki-main/src/main/java/org/apache/wiki/auth/{PasswordComplexityVeriffier.java
=> PasswordComplexityVerifier.java} (98%)
rename
jspwiki-main/src/test/java/org/apache/wiki/auth/{PasswordComplexityVeriffierTest.java
=> PasswordComplexityVerifierTest.java} (72%)