[Anthill-dev] Anthill OS patch: bad-line-endings

Jim Hague jim.hague at acm.org
Mon Oct 29 05:44:57 CST 2007


# HG changeset patch
# User Jim Hague <jim.hague at icc-atcsolutions.com>
# Date 1193654689 0
# Node ID 59f096cd7c6e8e354e3daf736bd7580be6a0f4ee
# Parent  d92cb5077023c8f20f6a6be66da40432f2b29ec6
Correct line endings. Some are ^M some are ^M^J. Set to a proper
line ending.

diff -r d92cb5077023 -r 59f096cd7c6e 
source/main/java/com/urbancode/anthill/web/admin/AnthillFlushQueueServlet.java
--- 
a/source/main/java/com/urbancode/anthill/web/admin/AnthillFlushQueueServlet.java	
Mon Oct 29 10:44:49 2007 +0000
+++ 
b/source/main/java/com/urbancode/anthill/web/admin/AnthillFlushQueueServlet.java	
Mon Oct 29 10:44:49 2007 +0000
@@ -1,4 +1,30 @@
-/*
 * @(#)AnthillFlushQueueServlet.java
 *
 * License -
 * The contents of 
this file are subject to the Urbancode Public License
 * Version 1.0 
(the "License"); you may not use this file except in
 * compliance with the 
License. You may obtain a copy of the License at
 * 
http://www.urbancode.com/licenses/UPL/1_0/
 *
 * Software distributed under 
the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the
 * License for the specific language 
governing rights and limitations
 * under the License.
 *
 * The Initial 
Developer of the Original Code is Urbancode Software
 * Development, Inc. 
("Urbancode").  Portions created by Urbancode are
 * Copyright (C) Urbancode 
Software Development, Inc. All Rights Reserved.
 */

package 
com.urbancode.anthill.web.admin;           
import org.apache.log4j.Logger;
import javax.servlet.*;
import javax.servlet.http.*;
import 
com.urbancode.anthill.*;
import com.urbancode.anthill.util.*;
import 
com.urbancode.anthill.web.admin.WebKeys;
+/*
+ * @(#)AnthillFlushQueueServlet.java
+ *
+ * License -
+ * The contents of this file are subject to the Urbancode Public License
+ * Version 1.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.urbancode.com/licenses/UPL/1_0/
+ *
+ * Software distributed under the License is distributed on an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific language governing rights and limitations
+ * under the License.
+ *
+ * The Initial Developer of the Original Code is Urbancode Software
+ * Development, Inc. ("Urbancode").  Portions created by Urbancode are
+ * Copyright (C) Urbancode Software Development, Inc. All Rights Reserved.
+ */
+
+package com.urbancode.anthill.web.admin;           
+import org.apache.log4j.Logger;
+import javax.servlet.*;
+import javax.servlet.http.*;
+import com.urbancode.anthill.*;
+import com.urbancode.anthill.util.*;
+import com.urbancode.anthill.web.admin.WebKeys;
+
 /** 
  *
  * @author  Robert Dobbins
@@ -55,7 +81,8 @@ public class AnthillFlushQueueServlet ex
             errorMessage = e.getMessage();
         }
         if (!error) {
-           
context.getRequestDispatcher(ScreenNames.AnthillAdminServlet).forward(req, 
res);
+           
context.getRequestDispatcher(ScreenNames.AnthillAdminServlet).forward(req, 
res);
+
         }
         else {
             req.setAttribute(WebKeys.errorMessageKey, errorMessage);
@@ -85,5 +112,6 @@ public class AnthillFlushQueueServlet ex
     */
     public String getServletInfo() {
         return "Short description";
-    }
-}
\ No newline at end of file
+    }
+
+}

-- 
Jim Hague - jim.hague at acm.org          Never trust a computer you can't lift.


More information about the Anthill-dev mailing list