[Project] Minor fix in codetemplates.xml

This commit is contained in:
Robert von Burg 2017-03-12 14:22:06 +01:00
parent 40077c5b62
commit 1470540ac7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/</template><template autoinsert="false" context="typecomment_context" deleted="false" description="Comment for created types" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.typecomment" name="typecomment">/**
* @author ${name:git_config(user.name)} &lt;${email:git_config(user.email)}&gt;
* @author ${name:git_config(user.name)} &amp;lt;${email:git_config(user.email)}&amp;gt;
*
* ${tags}
*/</template><template autoinsert="true" context="fieldcomment_context" deleted="false" description="Comment for fields" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name="fieldcomment">/**