Author: doogie
Date: Mon May 14 19:52:26 2012 New Revision: 1338370 URL: http://svn.apache.org/viewvc?rev=1338370&view=rev Log: FORMATTING: Add some missing final newlines. Modified: ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementHelper.java ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategorySEO.groovy ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductSEO.groovy ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/error/404.jsp ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/AddResourceTaskParty.groovy ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ListScrumRolesPersonAndCompany.groovy Modified: ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementHelper.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementHelper.java?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementHelper.java (original) +++ ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementHelper.java Mon May 14 19:52:26 2012 @@ -59,4 +59,4 @@ public class ImageManagementHelper { } return internalImageUrl; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java (original) +++ ofbiz/trunk/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java Mon May 14 19:52:26 2012 @@ -1055,4 +1055,4 @@ public class ImageManagementServices { String successMsg = "Rename image successfully."; return ServiceUtil.returnSuccess(successMsg); } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategorySEO.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategorySEO.groovy?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategorySEO.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategorySEO.groovy Mon May 14 19:52:26 2012 @@ -37,4 +37,4 @@ if (productCategoryId) { context.metaDescription = dataTextMetaDescription.textData; } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductSEO.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductSEO.groovy?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductSEO.groovy (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductSEO.groovy Mon May 14 19:52:26 2012 @@ -37,4 +37,4 @@ if (productId) { context.metaDescription = dataTextMetaDescription.textData; } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/error/404.jsp URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/error/404.jsp?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/error/404.jsp (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/error/404.jsp Mon May 14 19:52:26 2012 @@ -49,4 +49,4 @@ was not found on this server. <ins>That's all we know.</ins> </p> </body> -</html> \ No newline at end of file +</html> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl Mon May 14 19:52:26 2012 @@ -122,4 +122,4 @@ under the License. </tbody> </table> </div> -</div> \ No newline at end of file +</div> Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/AddResourceTaskParty.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/AddResourceTaskParty.groovy?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/AddResourceTaskParty.groovy (original) +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/AddResourceTaskParty.groovy Mon May 14 19:52:26 2012 @@ -53,4 +53,4 @@ userLoginId = userLogin.partyId; } } } -context.projectSprintBacklogAndTaskList = projectSprintBacklogAndTaskList; \ No newline at end of file +context.projectSprintBacklogAndTaskList = projectSprintBacklogAndTaskList; Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ListScrumRolesPersonAndCompany.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ListScrumRolesPersonAndCompany.groovy?rev=1338370&r1=1338369&r2=1338370&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ListScrumRolesPersonAndCompany.groovy (original) +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/actions/ListScrumRolesPersonAndCompany.groovy Mon May 14 19:52:26 2012 @@ -64,4 +64,4 @@ if (personAndCompanyList) { } } } -context.scrumRolesPersonAndCompanyList = scrumRolesPersonAndCompanyList; \ No newline at end of file +context.scrumRolesPersonAndCompanyList = scrumRolesPersonAndCompanyList; |
Free forum by Nabble | Edit this page |