]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.message/src/org/simantics/message/DetailMultiStatus.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.message / src / org / simantics / message / DetailMultiStatus.java
index e079f5b27b2165beda6dae1c94ce6b553b20992a..8522e22a92fe8da98d02ccfb517608a41174dbbc 100644 (file)
@@ -1,14 +1,14 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * 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:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
 package org.simantics.message;
 
 /*******************************************************************************
@@ -22,9 +22,9 @@ package org.simantics.message;
  *     IBM Corporation - initial API and implementation
  *******************************************************************************/
 
-import org.eclipse.core.runtime.Assert;\r
-import org.eclipse.core.runtime.IStatus;\r
-import org.eclipse.core.runtime.MultiStatus;\r
+import org.eclipse.core.runtime.Assert;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.MultiStatus;
 
 /**
  * A concrete multi-status implementation,
@@ -86,7 +86,7 @@ public class DetailMultiStatus extends MultiStatus implements IDetailStatus {
      * @param severity the severity; one of <code>OK</code>, <code>ERROR</code>,
      * <code>INFO</code>, <code>WARNING</code>,  or <code>CANCEL</code>
      */
-    @Override\r
+    @Override
     protected void setSeverity(int severity) {
         Assert.isLegal(severity == OK || severity == ERROR || severity == WARNING || severity == INFO || severity == CANCEL || severity == DEBUG);
         this.severity = severity;
@@ -122,7 +122,7 @@ public class DetailMultiStatus extends MultiStatus implements IDetailStatus {
      * Returns a string representation of the status, suitable
      * for debugging purposes only.
      */
-    @Override\r
+    @Override
     public String toString() {
         StringBuffer buf = new StringBuffer();
         buf.append("Status2 "); //$NON-NLS-1$