From 873930e4b72dff9f8c85a6307db392d8f63d7ee4 Mon Sep 17 00:00:00 2001 From: Hugo Hirsch Date: Thu, 17 Oct 2024 00:10:06 +0200 Subject: [PATCH] Updated mvn site from head. --- apidocs/allclasses-index.html | 26 +- apidocs/allpackages-index.html | 16 +- apidocs/constant-values.html | 26 +- .../spamprotector/AntiSpamApplication.html | 48 +- .../class-use/AntiSpamApplication.html | 16 +- .../converter/CharacterConverter.html | 50 +- .../converter/SpamProtector.html | 48 +- .../class-use/CharacterConverter.html | 16 +- .../converter/class-use/SpamProtector.html | 16 +- .../converter/package-summary.html | 37 +- .../spamprotector/converter/package-tree.html | 20 +- .../spamprotector/converter/package-use.html | 16 +- .../aikiit/spamprotector/package-summary.html | 27 +- .../de/aikiit/spamprotector/package-tree.html | 20 +- .../de/aikiit/spamprotector/package-use.html | 16 +- .../util/LocalizationHelper.html | 50 +- .../de/aikiit/spamprotector/util/Version.html | 40 +- .../util/class-use/LocalizationHelper.html | 16 +- .../spamprotector/util/class-use/Version.html | 16 +- .../spamprotector/util/package-summary.html | 27 +- .../spamprotector/util/package-tree.html | 20 +- .../spamprotector/util/package-use.html | 16 +- apidocs/help-doc.html | 43 +- apidocs/index-all.html | 16 +- apidocs/index.html | 16 +- apidocs/legal/ASSEMBLY_EXCEPTION | 6 +- apidocs/legal/LICENSE | 465 +++++++--- apidocs/legal/jquery.md | 6 +- apidocs/legal/jqueryUI.md | 2 +- apidocs/link.svg | 31 + apidocs/overview-summary.html | 4 +- apidocs/overview-tree.html | 20 +- apidocs/script-dir/jquery-ui.min.css | 2 +- apidocs/script-dir/jquery-ui.min.js | 4 +- apidocs/script.js | 185 +++- apidocs/search-page.js | 21 +- apidocs/search.html | 46 +- apidocs/search.js | 646 +++++++------ apidocs/stylesheet.css | 860 +++++++++++++----- changelog.html | 66 +- checkstyle.html | 4 +- cpd.html | 4 +- dependencies.html | 10 +- dependency-info.html | 4 +- dev-activity.html | 14 +- distribution-management.html | 4 +- file-activity.html | 13 +- index.html | 4 +- issue-management.html | 4 +- .../LocalizationHelper.html | 2 +- .../Version.java.html | 2 +- .../de.aikiit.spamprotector.util/index.html | 2 +- .../index.source.html | 2 +- jacoco/index.html | 2 +- jacoco/jacoco-sessions.html | 2 +- jacoco/jacoco.csv | 2 +- jacoco/jacoco.xml | 2 +- jdepend-report.html | 150 ++- licenses.html | 4 +- plugin-management.html | 4 +- plugins.html | 8 +- pmd.html | 4 +- project-info.html | 4 +- project-reports.html | 4 +- rat-report.html | 30 +- scm.html | 4 +- spotbugs.html | 4 +- summary.html | 4 +- surefire.html | 102 +-- taglist.html | 4 +- team.html | 4 +- testapidocs/allclasses-index.html | 26 +- testapidocs/allpackages-index.html | 16 +- .../AntiSpamApplicationTest.html | 48 +- .../de/aikiit/spamprotector/GUITest.html | 48 +- .../de/aikiit/spamprotector/UITest.html | 36 +- .../class-use/AntiSpamApplicationTest.html | 16 +- .../spamprotector/class-use/GUITest.html | 16 +- .../spamprotector/class-use/UITest.html | 16 +- .../converter/CharacterConverterTest.html | 48 +- .../converter/SpamProtectorTest.html | 48 +- .../class-use/CharacterConverterTest.html | 16 +- .../class-use/SpamProtectorTest.html | 16 +- .../converter/package-summary.html | 27 +- .../spamprotector/converter/package-tree.html | 20 +- .../spamprotector/converter/package-use.html | 16 +- .../aikiit/spamprotector/package-summary.html | 37 +- .../de/aikiit/spamprotector/package-tree.html | 20 +- .../de/aikiit/spamprotector/package-use.html | 16 +- .../util/LocalizationHelperTest.html | 48 +- .../spamprotector/util/VersionTest.html | 48 +- .../class-use/LocalizationHelperTest.html | 16 +- .../util/class-use/VersionTest.html | 16 +- .../spamprotector/util/package-summary.html | 27 +- .../spamprotector/util/package-tree.html | 20 +- .../spamprotector/util/package-use.html | 16 +- testapidocs/help-doc.html | 43 +- testapidocs/index-all.html | 16 +- testapidocs/index.html | 16 +- testapidocs/legal/ASSEMBLY_EXCEPTION | 6 +- testapidocs/legal/LICENSE | 465 +++++++--- testapidocs/legal/jquery.md | 6 +- testapidocs/legal/jqueryUI.md | 2 +- testapidocs/link.svg | 31 + testapidocs/overview-summary.html | 4 +- testapidocs/overview-tree.html | 20 +- testapidocs/script-dir/jquery-ui.min.css | 2 +- testapidocs/script-dir/jquery-ui.min.js | 4 +- testapidocs/script.js | 185 +++- testapidocs/search-page.js | 21 +- testapidocs/search.html | 46 +- testapidocs/search.js | 646 +++++++------ testapidocs/stylesheet.css | 860 +++++++++++++----- .../de/aikiit/spamprotector/util/Version.html | 2 +- 114 files changed, 4280 insertions(+), 2201 deletions(-) create mode 100644 apidocs/link.svg create mode 100644 testapidocs/link.svg diff --git a/apidocs/allclasses-index.html b/apidocs/allclasses-index.html index 78e29671a..31ed1bdfc 100644 --- a/apidocs/allclasses-index.html +++ b/apidocs/allclasses-index.html @@ -1,26 +1,21 @@ - + All Classes and Interfaces (SpamSchutz - simple way to protect your mail addresses from naïve spammers 1.1.0-SNAPSHOT API) - + - - + -