1
1

Errhandler doesn't need an init method.

This commit was SVN r30800.
Этот коммит содержится в:
Oscar Vega-Gisbert 2014-02-23 20:10:54 +00:00
родитель ad8f57396a
Коммит 75d40c0ae7

Просмотреть файл

@ -30,13 +30,6 @@ public final class Errhandler
{
protected long handle;
static
{
init();
}
private static native void init();
protected static native long getFatal();
protected static native long getReturn();