mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
DumpUastLog: fix text casing
GitOrigin-RevId: c42fe6139e7205f411d7f1acc6639044524183d8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6966057130
commit
0c639a2c22
@@ -32,7 +32,7 @@
|
||||
<blockingMethodChecker implementation="com.intellij.codeInspection.blockingCallsDetection.ThrowsTypeBlockingMethodChecker"/>
|
||||
</extensions>
|
||||
<actions>
|
||||
<action id="DumpUastLog" internal="true" class="com.intellij.analysis.internal.DumpUastTreeAction" text="Dump UAST tree">
|
||||
<action id="DumpUastLog" internal="true" class="com.intellij.analysis.internal.DumpUastTreeAction" text="Dump UAST Tree">
|
||||
<add-to-group group-id="Internal" anchor="last"/>
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
Reference in New Issue
Block a user