Skip to content

Commit

Permalink
AMQ-9161 - Fix javadoc comment so Xbean parsing works
Browse files Browse the repository at this point in the history
The previous comment added in PR apache#989 added a second javadoc comment
which prevent Xbean from generating the correct schema
  • Loading branch information
cshannon committed Mar 15, 2023
1 parent 5fff850 commit 56b40f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,12 @@
* {@link Journal} and then check pointing asynchronously on a timeout with some
* other long term persistent storage.
*
* @deprecated - Deprecated for removal as this PersistenceAdapter is no longer used and
* replaced by the JDBCPersistenceAdapter.
*
* @org.apache.xbean.XBean
*
*/

/**
* Deprecated for removal as this PersistenceAdapter is no longer used and
* replaced by the JDBCPersistenceAdapter.
*/
@Deprecated(forRemoval = true)
public class JournalPersistenceAdapter implements PersistenceAdapter, JournalEventListener, UsageListener, BrokerServiceAware {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@

/**
* Factory class that can create PersistenceAdapter objects.
*
* @org.apache.xbean.XBean
*
*/

/**
* Deprecated for removal as this PersistenceAdapter is no longer used and
*
* @deprecated Deprecated for removal as this PersistenceAdapter is no longer used and
* replaced by the JDBCPersistenceAdapter.
*
* @org.apache.xbean.XBean
*
*/
@Deprecated(forRemoval = true)
public class JournalPersistenceAdapterFactory extends DataSourceServiceSupport implements PersistenceAdapterFactory {
Expand Down

0 comments on commit 56b40f5

Please sign in to comment.