Skip to content

Commit

Permalink
Merge pull request alibaba#829 from cdgeass/cdgeass/fix_compoonent_re…
Browse files Browse the repository at this point in the history
…gister

fix(Plugin Xml): Fix className when register component
  • Loading branch information
SeanCai authored Jul 30, 2021
2 parents d10884c + 35a1cba commit 07d1761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idea-plugin/p3c-idea/src/main/resources/META-INF/p3c.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<idea-plugin>
<application-components>
<component>
<implementation-class>com.alibaba.p3c.idea.component.CommonSettingsApplicationComponent
</implementation-class>
<implementation-class>com.alibaba.p3c.idea.component.CommonSettingsApplicationComponent</implementation-class>
</component>
</application-components>
<project-components>
Expand Down

0 comments on commit 07d1761

Please sign in to comment.