[java-parent-project-v3] branch master updated: JPAR-60 - Fix trailing spaces in Checkstyle config and Eclipse template

Tom Zeller tzeller at dragonacea.biz
Wed Sep 21 02:50:03 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=54fcad341236f2f6dc85c3aa5a2aed9ea1960c0d

The following commit(s) were added to refs/heads/master by this push:
       new  54fcad3   JPAR-60 - Fix trailing spaces in Checkstyle config and Eclipse template
54fcad3 is described below

commit 54fcad341236f2f6dc85c3aa5a2aed9ea1960c0d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Sep 21 01:47:50 2016 -0500

    JPAR-60 - Fix trailing spaces in Checkstyle config and Eclipse template
---
 resources/checkstyle/checkstyle.xml                 | 2 +-
 resources/eclipse/settings/org.eclipse.jdt.ui.prefs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/checkstyle/checkstyle.xml b/resources/checkstyle/checkstyle.xml
index 5565264..431ea7b 100644
--- a/resources/checkstyle/checkstyle.xml
+++ b/resources/checkstyle/checkstyle.xml
@@ -103,7 +103,7 @@
     <property name="max" value="1000"/>
   </module>
   <module name="Header">
-    <property name="header" value="/*\n * Licensed to the University Corporation for Advanced Internet Development, \n * Inc. (UCAID) under one or more contributor license agreements.  See the \n * NOTICE file distributed with this work for additional information regarding\n * copyright ownership. The UCAID licenses this file to You under the Apache \n * License, Version 2.0 (the "License"); you may not use this file except in \n * compliance with the License.  You may obtain a [...]
+    <property name="header" value="/*\n * Licensed to the University Corporation for Advanced Internet Development,\n * Inc. (UCAID) under one or more contributor license agreements.  See the\n * NOTICE file distributed with this work for additional information regarding\n * copyright ownership. The UCAID licenses this file to You under the Apache\n * License, Version 2.0 (the "License"); you may not use this file except in\n * compliance with the License.  You may obtain a cop [...]
   </module>
   <module name="JavadocPackage"/>
 </module>
\ No newline at end of file
diff --git a/resources/eclipse/settings/org.eclipse.jdt.ui.prefs b/resources/eclipse/settings/org.eclipse.jdt.ui.prefs
index bdc8c0e..86c79c4 100644
--- a/resources/eclipse/settings/org.eclipse.jdt.ui.prefs
+++ b/resources/eclipse/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