Improved links in LogEntry's javadoc

This commit is contained in:
Florian CUNY 2019-01-12 18:02:32 +01:00
parent c783fa8e16
commit 12619e79db

View File

@ -10,8 +10,8 @@ import java.util.Map;
/**
* Represents an event that occurred and that is logged.
* <br/>
* An {@link world.bentobox.bentobox.database.objects.adapters.AdapterInterface} is provided to be able to save/retrieve
* a list of instances of this object to/from the database: {@link world.bentobox.bentobox.database.objects.adapters.LogEntryListAdapter}.
* An {@link world.bentobox.bentobox.database.objects.adapters.AdapterInterface AdapterInterface} is provided to be able to save/retrieve
* a list of instances of this object to/from the database: {@link world.bentobox.bentobox.database.objects.adapters.LogEntryListAdapter LogEntryListAdapter}.
*
* @author Poslovitch
*/