Temporarily removed Expose annotation to 'history'

Should fix #482
This commit is contained in:
Florian CUNY 2019-01-23 19:29:42 +01:00
parent 0789ec0969
commit ae246435ba

View File

@ -100,7 +100,7 @@ public class Island implements DataObject {
//// Island History ////
@Adapter(LogEntryListAdapter.class)
@Expose
//FIXME: see https://github.com/BentoBoxWorld/BentoBox/issues/482
private List<LogEntry> history = new LinkedList<>();
@Expose