orlopau / trafficswipe

App for single hand public transportation navigation
0 stars 0 forks source link

Evaluate if java.time.Duration is fine #12

Closed Philipp97714 closed 4 years ago

Philipp97714 commented 4 years ago

We need an object to save the travel time. Instead of just using a long for milliseconds I used Duration. Some of its methodes are not compatible with our current API version so we must decide if we want to use an object for duration or just use a long.

Philipp97714 commented 4 years ago

changed to long