This is an automated email from the ASF dual-hosted git repository.
gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 49013aa5bd ARTEMIS-4690 fix java doc generation
49013aa5bd is described below
commit 49013aa5bd8d97c929de8f7f07eb54ca2b377de8
Author: Gary Tully <[email protected]>
AuthorDate: Thu Mar 14 20:53:52 2024 +0000
ARTEMIS-4690 fix java doc generation
---
.../artemis/core/persistence/config/PersistedAddressSetting.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/config/PersistedAddressSetting.java
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/config/PersistedAddressSetting.java
index 3ca3f507af..02b6116a0a 100644
---
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/config/PersistedAddressSetting.java
+++
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/config/PersistedAddressSetting.java
@@ -23,8 +23,9 @@ import
org.apache.activemq.artemis.core.settings.impl.AddressSettings;
/**
* This class is only kept for compatibility reasons. The encode method should
be dead code at this point and
* only the decode should be used when versioning is at play.
- * @Deprecated Use PersistedAddressSettingJSON instead
+ * Deprecated Use PersistedAddressSettingJSON instead
*/
+@Deprecated
public class PersistedAddressSetting extends AbstractPersistedAddressSetting
implements EncodingSupport {