Change the method dumpAllStacks() from hide to internal

This commit is contained in:
smallsql 2010-01-31 13:13:30 +00:00
Родитель edafe5964b
Коммит ab38ca8fa7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1851,7 +1851,7 @@ class Thread implements Runnable {
return result.booleanValue(); return result.booleanValue();
} }
@cli.IKVM.Attributes.HideFromJavaAttribute.Annotation @ikvm.lang.Internal
public static void dumpAllStacks() public static void dumpAllStacks()
{ {
Thread currentThread = currentThread(); Thread currentThread = currentThread();