diff options
author | Pierre GAUTIER | 2017-09-11 12:35:37 +0000 |
---|---|---|
committer | Quentin Le Menez | 2017-09-12 07:19:12 +0000 |
commit | df03baa40ba7d287832f294d9316e44fb433475c (patch) | |
tree | ef5a4609b7296b3fa49554dc61e594a268600359 | |
parent | aca538c1acc3d13d22d8084bc6baecc1cdf1128d (diff) | |
download | org.eclipse.papyrus-df03baa40ba7d287832f294d9316e44fb433475c.tar.gz org.eclipse.papyrus-df03baa40ba7d287832f294d9316e44fb433475c.tar.xz org.eclipse.papyrus-df03baa40ba7d287832f294d9316e44fb433475c.zip |
Bug 521572 - [General] Various cleanups
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572
remove illegal space before EOL in Papyrus Code Templates.xml
Change-Id: I02eb7e78768c7446889365dc74b5d388aee08e59
Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
-rw-r--r-- | releng/templates/Papyrus Code templates.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/templates/Papyrus Code templates.xml b/releng/templates/Papyrus Code templates.xml index d367d7b2bce..e46846fecd3 100644 --- a/releng/templates/Papyrus Code templates.xml +++ b/releng/templates/Papyrus Code templates.xml @@ -13,7 +13,7 @@ */</template><template autoinsert="true" context="methodcomment_context" deleted="false" description="Comment for non-overriding methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name="methodcomment">/**
* ${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">/**
- *
+ *
*/</template><template autoinsert="false" context="delegatecomment_context" deleted="false" description="Comment for delegate methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name="delegatecomment">/**
* ${see_to_target}
*
@@ -24,5 +24,5 @@ * ${tags}
*/
</template><template autoinsert="true" context="filecomment_context" deleted="false" description="Comment for created Java files" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.filecomment" name="filecomment">/**
- *
+ *
*/</template></templates>
\ No newline at end of file |