Closed bobtfish closed 11 years ago
The 'val' in the for comprehension is unneeded and deprecated, so I removed it. 'Integer' is deprecated - I've switched to the Scala specific Int, which can never be null..
The 'val' in the for comprehension is unneeded and deprecated, so I removed it. 'Integer' is deprecated - I've switched to the Scala specific Int, which can never be null..