Am 29.06.2010 02:29, schrieb Martin Buchholz:
On Mon, Jun 28, 2010 at 16:32, Ulf Zibis<ulf.zi...@gmx.de>  wrote:
Avoid warning about diamond operator:

  679         private static Map<String, UnicodeBlock>    map  = new
HashMap<>();
I tried to do that, but Character.java is one of those classes
that needs to be compilable by the bootstrap JDK,
so this change ist leider nicht moeglich.


I think, there should be a note about this in the sources of those classes.
Maybe it's possible to have 2 versions, one for the bootstrap + another for the final compilation.

-Ulf


Reply via email to