Fixed mixed line delimiters
diff --git a/org.eclipse.jdt.debug.tests/testresources/JarRefProject/src/a/RunJar.java b/org.eclipse.jdt.debug.tests/testresources/JarRefProject/src/a/RunJar.java
index 609aae0..7bc4d02 100644
--- a/org.eclipse.jdt.debug.tests/testresources/JarRefProject/src/a/RunJar.java
+++ b/org.eclipse.jdt.debug.tests/testresources/JarRefProject/src/a/RunJar.java
@@ -1,13 +1,13 @@
-/*******************************************************************************

- * Copyright (c) 2012 IBM Corporation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors:

- *     IBM Corporation - initial API and implementation

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

+/*******************************************************************************
+ * Copyright (c) 2012 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package a;
 
 public class RunJar {