AMQ-6377 - fix deprecation java doc ref

This commit is contained in:
gtully 2016-08-10 12:05:21 +01:00
parent fcd9047b9f
commit 51166dc7af
1 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ public class KahaDBPersistenceAdapter extends LockableServiceSupport implements
/**
* Get the enableJournalDiskSyncs
* @deprecated use {@link #setEnableJournalDiskSyncs} instead
* @deprecated use {@link #getJournalDiskSyncStrategy} instead
* @return the enableJournalDiskSyncs
*/
public boolean isEnableJournalDiskSyncs() {
@ -443,7 +443,7 @@ public class KahaDBPersistenceAdapter extends LockableServiceSupport implements
/**
* Set the enableJournalDiskSyncs
*
* @deprecated use {@link #setEnableJournalDiskSyncs} instead
* @deprecated use {@link #setJournalDiskSyncStrategy} instead
* @param enableJournalDiskSyncs
* the enableJournalDiskSyncs to set
*/