Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
类注释快捷键改成/* 避免和方法的冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
citywalki authored Aug 23, 2019
1 parent beb99e7 commit a0e9e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/user.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<templateSet group="user">
<template name="/**" value="/**&#10; * $end$&#10; *&#10; *@author $USER$&#10; *@date $DATE$&#10; *@version 6.0.0&#10; **/" description="Class doc" toReformat="true" toShortenFQNames="true">
<template name="/*" value="/**&#10; * $end$&#10; *&#10; *@author $USER$&#10; *@date $DATE$&#10; *@version 6.0.0&#10; **/" description="Class doc" toReformat="true" toShortenFQNames="true">
<variable name="end" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="USER" expression="user()" defaultValue="" alwaysStopAt="true" />
<variable name="DATE" expression="date()" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_CODE" value="true" />
</context>
</template>
</templateSet>
</templateSet>

0 comments on commit a0e9e13

Please sign in to comment.