springframeworkguru / spring-core-spring-mvc

115 stars 478 forks source link

Error in getNextKey method #16

Closed teja-tummuri closed 7 years ago

teja-tummuri commented 7 years ago

We get an error here because at the beginning domainMap is empty. Hence the Collections.max() method returns null.

We have to handle the initial case separately.