[spring-extensions] 02/02: JPAR-60 - Fix trailing spaces in Eclipse code template
Tom Zeller
tzeller at dragonacea.biz
Wed Sep 21 13:31:42 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=0a22a0d03c41ec19d7e6f9025b451262f941e3c2
commit 0a22a0d03c41ec19d7e6f9025b451262f941e3c2
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Sep 21 12:31:25 2016 -0500
JPAR-60 - Fix trailing spaces in Eclipse code template
---
.settings/org.eclipse.jdt.ui.prefs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.settings/org.eclipse.jdt.ui.prefs b/.settings/org.eclipse.jdt.ui.prefs
index bdc8c0e..86c79c4 100644
--- a/.settings/org.eclipse.jdt.ui.prefs
+++ b/.settings/org.eclipse.jdt.ui.prefs
@@ -60,4 +60,4 @@ org.eclipse.jdt.ui.gettersetter.use.is=true
org.eclipse.jdt.ui.javadoc=true
org.eclipse.jdt.ui.keywordthis=false
org.eclipse.jdt.ui.overrideannotation=false
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return Returns the ${bare_field_name}.\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Commen [...]
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return Returns the ${bare_field_name}.\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Commen [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list