mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 05:36:16 +07:00
389e6a828d
Before for String.class the "Class<String> type was returned (instead of simply "String" type). This was usually fine, but for int.class and Integer.class the same "Class<Integer>" type was returned, despite the constants are different.