itinero / routing

The routing core of itinero.
Apache License 2.0
222 stars 70 forks source link

Only instantiate abstract class' properties once #370

Open rodrmoya opened 8 months ago

rodrmoya commented 8 months ago

Every time get is called, a new instance of the type is returned. This changes it to just create it once and return always that created instance.