Author: bago
Date: Sun Sep 24 12:50:31 2006
New Revision: 449469

URL: http://svn.apache.org/viewvc?view=rev&rev=449469
Log:
Add missing svn:eol-style=native property to yaml tests and NeutralException

Modified:
    
james/jspf/trunk/src/main/java/org/apache/james/jspf/exceptions/NeutralException.java
   (contents, props changed)
    
james/jspf/trunk/src/test/resources/org/apache/james/jspf/mailzone-tests.yml   
(contents, props changed)
    james/jspf/trunk/src/test/resources/org/apache/james/jspf/pyspf-tests.yml   
(props changed)
    james/jspf/trunk/src/test/resources/org/apache/james/jspf/rfc4408-tests.yml 
  (props changed)
    james/jspf/trunk/src/test/resources/org/apache/james/jspf/test.txt   (props 
changed)
    james/jspf/trunk/src/test/resources/org/apache/james/jspf/tests.yml   
(contents, props changed)

Modified: 
james/jspf/trunk/src/main/java/org/apache/james/jspf/exceptions/NeutralException.java
URL: 
http://svn.apache.org/viewvc/james/jspf/trunk/src/main/java/org/apache/james/jspf/exceptions/NeutralException.java?view=diff&rev=449469&r1=449468&r2=449469
==============================================================================
--- 
james/jspf/trunk/src/main/java/org/apache/james/jspf/exceptions/NeutralException.java
 (original)
+++ 
james/jspf/trunk/src/main/java/org/apache/james/jspf/exceptions/NeutralException.java
 Sun Sep 24 12:50:31 2006
@@ -1,35 +1,35 @@
-/****************************************************************

- * Licensed to the Apache Software Foundation (ASF) under one   *

- * or more contributor license agreements.  See the NOTICE file *

- * distributed with this work for additional information        *

- * regarding copyright ownership.  The ASF licenses this file   *

- * to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0                 *

- *                                                              *

- * Unless required by applicable law or agreed to in writing,   *

- * software distributed under the License is distributed on an  *

- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *

- * KIND, either express or implied.  See the License for the    *

- * specific language governing permissions and limitations      *

- * under the License.                                           *

- ****************************************************************/

-

-

-package org.apache.james.jspf.exceptions;

-

-/**

- * This exception get thrown if the result should be neutral

- * 

- */

-public class NeutralException extends Exception {

-

-    private static final long serialVersionUID = 1L;

-

-    public NeutralException(String strErrorMessage) {

-        super(strErrorMessage);

-    }

-

+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
+
+
+package org.apache.james.jspf.exceptions;
+
+/**
+ * This exception get thrown if the result should be neutral
+ * 
+ */
+public class NeutralException extends Exception {
+
+    private static final long serialVersionUID = 1L;
+
+    public NeutralException(String strErrorMessage) {
+        super(strErrorMessage);
+    }
+
 }

Propchange: 
james/jspf/trunk/src/main/java/org/apache/james/jspf/exceptions/NeutralException.java
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to