JaneliaSciComp / BigStitcher-Spark

Running compute-intense parts of BigStitcher distributed
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

Change config fields to protected #24

Closed kgabor closed 4 months ago

kgabor commented 4 months ago

Hi Stephan,

I started writing derived classes for the entry point classes to populate the config fields from environment specific config files, using gson.fromJson. repo I needed to change some fields from private to protected. (They were mostly private in the IP detection only.) For the same reason, having a field named "lambda" is not very good for creating the json in python (lambda is a keyword).

Thanks, Gabor