Commit 6cc18ca2 authored by Alexey Kudravtsev's avatar Alexey Kudravtsev
Browse files

made public for kotlin

parent 04a549e4
Branches unavailable Tags unavailable
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -68,7 +68,8 @@ public class ActionHint {
* @return true if this ActionHint checks that some action should be present
* or false if it checks that some action should be absent
*/
boolean shouldPresent() {
@SuppressWarnings("WeakerAccess") // used in kotlin
public boolean shouldPresent() {
return myShouldPresent;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment