From c07d837a69f5c90b4e54f653b441567825532b89 Mon Sep 17 00:00:00 2001 From: Dalton <48583030+Burchard36@users.noreply.github.com> Date: Tue, 26 Apr 2022 00:16:05 -0700 Subject: [PATCH 1/2] I added a String that does xyz When needing to test the code I added, I built the project using `mvn clean package -Dmaven.javadoc.skip=true` That way I didn't generate JavaDoc and commit it with my code and JavaDoc code mixed together! --- src/main/java/com/burchard36/api/ApiSettings.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/com/burchard36/api/ApiSettings.java b/src/main/java/com/burchard36/api/ApiSettings.java index b12612b..7db7668 100644 --- a/src/main/java/com/burchard36/api/ApiSettings.java +++ b/src/main/java/com/burchard36/api/ApiSettings.java @@ -17,6 +17,11 @@ @Getter public class ApiSettings { + // Just a random code change + /** + * This {@link String} does something + */ + public String someChange; private boolean useCommandModule; private boolean useInventoryModule; private final List> commandAutoRegisterBlacklist; From 5895dc6c8e35939bdad1b6a01f8920c719d39d1b Mon Sep 17 00:00:00 2001 From: Dalton <48583030+Burchard36@users.noreply.github.com> Date: Tue, 26 Apr 2022 00:17:27 -0700 Subject: [PATCH 2/2] I now want to add javadocs to my imlpementation I built this using `mvn clean package`, and only used this to generate the javadoc code for my commit None of my code changes to BurchAPI will be included here! --- docs/allclasses-index.html | 4 +- docs/allpackages-index.html | 4 +- docs/com/burchard36/api/ApiSettings.html | 40 +++++++++++++++++-- docs/com/burchard36/api/BurchAPI.html | 4 +- .../burchard36/api/class-use/ApiSettings.html | 4 +- .../burchard36/api/class-use/BurchAPI.html | 4 +- .../burchard36/api/command/ApiCommand.html | 4 +- .../api/command/CommandInjector.html | 4 +- .../command/actions/ConsoleSendCommand.html | 4 +- .../command/actions/PlayerSendCommand.html | 4 +- .../command/actions/PlayerTabComplete.html | 4 +- .../actions/class-use/ConsoleSendCommand.html | 4 +- .../actions/class-use/PlayerSendCommand.html | 4 +- .../actions/class-use/PlayerTabComplete.html | 4 +- .../api/command/actions/package-summary.html | 4 +- .../api/command/actions/package-tree.html | 4 +- .../api/command/actions/package-use.html | 4 +- .../command/annotation/CommandAliases.html | 4 +- .../annotation/CommandDescription.html | 4 +- .../api/command/annotation/CommandName.html | 4 +- .../api/command/annotation/CommandUsage.html | 4 +- .../command/annotation/RegisterCommand.html | 4 +- .../annotation/class-use/CommandAliases.html | 4 +- .../class-use/CommandDescription.html | 4 +- .../annotation/class-use/CommandName.html | 4 +- .../annotation/class-use/CommandUsage.html | 4 +- .../annotation/class-use/RegisterCommand.html | 4 +- .../command/annotation/package-summary.html | 4 +- .../api/command/annotation/package-tree.html | 4 +- .../api/command/annotation/package-use.html | 4 +- .../api/command/class-use/ApiCommand.html | 4 +- .../command/class-use/CommandInjector.html | 4 +- .../command/interfaces/OnConsoleSender.html | 4 +- .../command/interfaces/OnPlayerSender.html | 4 +- .../api/command/interfaces/OnTabComplete.html | 4 +- .../interfaces/class-use/OnConsoleSender.html | 4 +- .../interfaces/class-use/OnPlayerSender.html | 4 +- .../interfaces/class-use/OnTabComplete.html | 4 +- .../command/interfaces/package-summary.html | 4 +- .../api/command/interfaces/package-tree.html | 4 +- .../api/command/interfaces/package-use.html | 4 +- .../api/command/package-summary.html | 4 +- .../burchard36/api/command/package-tree.html | 4 +- .../burchard36/api/command/package-use.html | 4 +- .../api/inventory/ClickableItem.html | 4 +- .../inventory/GlobalInventoryListener.html | 4 +- .../PluginInventory.PluginHolder.html | 4 +- .../api/inventory/PluginInventory.html | 4 +- .../actions/ClickableItemAction.html | 4 +- .../actions/InventoryClickAction.html | 4 +- .../actions/InventoryCloseAction.html | 4 +- .../actions/InventoryOpenAction.html | 4 +- .../class-use/ClickableItemAction.html | 4 +- .../class-use/InventoryClickAction.html | 4 +- .../class-use/InventoryCloseAction.html | 4 +- .../class-use/InventoryOpenAction.html | 4 +- .../inventory/actions/package-summary.html | 4 +- .../api/inventory/actions/package-tree.html | 4 +- .../api/inventory/actions/package-use.html | 4 +- .../inventory/class-use/ClickableItem.html | 4 +- .../class-use/GlobalInventoryListener.html | 4 +- .../PluginInventory.PluginHolder.html | 4 +- .../inventory/class-use/PluginInventory.html | 4 +- .../inventory/interfaces/GuiClickAction.html | 4 +- .../interfaces/GuiClickableItem.html | 4 +- .../inventory/interfaces/GuiCloseAction.html | 4 +- .../inventory/interfaces/GuiOpenAction.html | 4 +- .../interfaces/class-use/GuiClickAction.html | 4 +- .../class-use/GuiClickableItem.html | 4 +- .../interfaces/class-use/GuiCloseAction.html | 4 +- .../interfaces/class-use/GuiOpenAction.html | 4 +- .../inventory/interfaces/package-summary.html | 4 +- .../inventory/interfaces/package-tree.html | 4 +- .../api/inventory/interfaces/package-use.html | 4 +- .../api/inventory/package-summary.html | 4 +- .../api/inventory/package-tree.html | 4 +- .../burchard36/api/inventory/package-use.html | 4 +- .../com/burchard36/api/json/JsonDataFile.html | 4 +- .../burchard36/api/json/JsonDataManager.html | 4 +- .../api/json/JsonPlayerDataFile.html | 4 +- .../api/json/JsonPlayerDataHandler.html | 4 +- .../burchard36/api/json/PluginJsonWriter.html | 4 +- .../api/json/annotations/PlayerDataFile.html | 4 +- .../annotations/class-use/PlayerDataFile.html | 4 +- .../api/json/annotations/package-summary.html | 4 +- .../api/json/annotations/package-tree.html | 4 +- .../api/json/annotations/package-use.html | 4 +- .../api/json/class-use/JsonDataFile.html | 4 +- .../api/json/class-use/JsonDataManager.html | 4 +- .../json/class-use/JsonPlayerDataFile.html | 4 +- .../json/class-use/JsonPlayerDataHandler.html | 4 +- .../api/json/class-use/PluginJsonWriter.html | 4 +- .../burchard36/api/json/enums/FileType.html | 4 +- .../api/json/enums/class-use/FileType.html | 4 +- .../api/json/enums/package-summary.html | 4 +- .../api/json/enums/package-tree.html | 4 +- .../api/json/enums/package-use.html | 4 +- .../exceptions/JsonFileNotFoundException.html | 4 +- .../class-use/JsonFileNotFoundException.html | 4 +- .../api/json/exceptions/package-summary.html | 4 +- .../api/json/exceptions/package-tree.html | 4 +- .../api/json/exceptions/package-use.html | 4 +- .../burchard36/api/json/package-summary.html | 4 +- .../com/burchard36/api/json/package-tree.html | 4 +- docs/com/burchard36/api/json/package-use.html | 4 +- docs/com/burchard36/api/package-summary.html | 4 +- docs/com/burchard36/api/package-tree.html | 4 +- docs/com/burchard36/api/package-use.html | 4 +- .../burchard36/api/utils/EntityWrapper.html | 4 +- .../com/burchard36/api/utils/ItemWrapper.html | 4 +- docs/com/burchard36/api/utils/Logger.html | 4 +- docs/com/burchard36/api/utils/MathUtils.html | 4 +- .../api/utils/class-use/EntityWrapper.html | 4 +- .../api/utils/class-use/ItemWrapper.html | 4 +- .../api/utils/class-use/Logger.html | 4 +- .../api/utils/class-use/MathUtils.html | 4 +- .../burchard36/api/utils/package-summary.html | 4 +- .../burchard36/api/utils/package-tree.html | 4 +- .../com/burchard36/api/utils/package-use.html | 4 +- docs/help-doc.html | 4 +- docs/index-all.html | 8 +++- docs/index.html | 4 +- docs/member-search-index.js | 2 +- docs/overview-summary.html | 4 +- docs/overview-tree.html | 4 +- docs/serialized-form.html | 4 +- 126 files changed, 289 insertions(+), 253 deletions(-) diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 0a27f02..7245cd3 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -2,11 +2,11 @@ - + All Classes (BurchAPI 2.1.6 API) - + diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index 72a561e..5588a92 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -2,11 +2,11 @@ - + All Packages (BurchAPI 2.1.6 API) - + diff --git a/docs/com/burchard36/api/ApiSettings.html b/docs/com/burchard36/api/ApiSettings.html index a9c6bf2..1722daa 100644 --- a/docs/com/burchard36/api/ApiSettings.html +++ b/docs/com/burchard36/api/ApiSettings.html @@ -2,11 +2,11 @@ - + ApiSettings (BurchAPI 2.1.6 API) - + @@ -47,13 +47,13 @@ @@ -94,6 +94,23 @@

Class ApiSettings