Change tooltip message for protected static methods from java

This commit is contained in:
Natalia.Ukhorskaya
2013-02-06 12:41:38 +04:00
parent 7f28540e62
commit 2862d13cb1
2 changed files with 5 additions and 2 deletions
@@ -3,7 +3,7 @@ package test
public open class ConstructorInProtectedStaticNestedClass : java.lang.Object {
public constructor ConstructorInProtectedStaticNestedClass()
protected_static open class Inner : java.lang.Object {
protected/*protected static*/ open class Inner : java.lang.Object {
protected constructor Inner()
}
}