bigmlcom / bigml-java

Java bindings for the BigML API
11 stars 21 forks source link

Change ModelFields to use static logger #42

Closed murraym-fspace closed 5 years ago

murraym-fspace commented 5 years ago

All the local models use the Serializable interface, however they also extend the ModelFields class which contains a non-static Logger variable. For the local models to be serialisable, the "LOGGER" variable in ModelFields needs to be made static.