Skip to content

Commit 82f9b23

Browse files
committed
Normalize category naming for Doma tools in plugin.xml
1 parent 2b4dc3a commit 82f9b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
<intentionAction>
9797
<language>JAVA</language>
9898
<className>org.domaframework.doma.intellij.action.dao.ConvertSqlAnnotationToFileAction</className>
99-
<category>Doma Tools</category>
99+
<category>Doma tools</category>
100100
<skipBeforeAfter>true</skipBeforeAfter>
101101
</intentionAction>
102102
<intentionAction>
103103
<language>DomaSql</language>
104104
<className>org.domaframework.doma.intellij.action.dao.ConvertSqlFileToAnnotationAction</className>
105-
<category>Doma Tools</category>
105+
<category>Doma tools</category>
106106
<skipBeforeAfter>true</skipBeforeAfter>
107107
</intentionAction>
108108
</extensions>

0 commit comments

Comments
 (0)