Code development platform for open source projects from the European Union institutions

Skip to content

Fixed Java 6 support, the diamond operator <>

Created by: rvillido

This modification fixes Java 6 support by replacing empty diamond operator <> by generics . Diamond operators were added to Java 7.

We don't need Java 6 support, but somehow it broke the build anyway.

Merge request reports