Change tooltip message for protected static methods from java
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user