]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/LogErrorHandler.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / synchronization / LogErrorHandler.java
index 9a799d1d1843ac98aff7a3f6f5f5f871b081fa96..f37e1ee9a74089a3049f379216d3f974ea79ae23 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\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
-package org.simantics.diagram.synchronization;\r
-\r
-import org.simantics.utils.ui.ErrorLogger;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class LogErrorHandler implements ErrorHandler {\r
-\r
-    public static final LogErrorHandler INSTANCE = new LogErrorHandler();\r
-\r
-    private LogErrorHandler() {\r
-    }\r
-\r
-    @Override\r
-    public void error(String message, Throwable t) {\r
-        ErrorLogger.defaultLogError(message, t);\r
-    }\r
-\r
-    @Override\r
-    public void warning(String message, Exception e) {\r
-        ErrorLogger.defaultLogWarning(message, e);\r
-    }\r
-\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.diagram.synchronization;
+
+import org.simantics.utils.ui.ErrorLogger;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class LogErrorHandler implements ErrorHandler {
+
+    public static final LogErrorHandler INSTANCE = new LogErrorHandler();
+
+    private LogErrorHandler() {
+    }
+
+    @Override
+    public void error(String message, Throwable t) {
+        ErrorLogger.defaultLogError(message, t);
+    }
+
+    @Override
+    public void warning(String message, Exception e) {
+        ErrorLogger.defaultLogWarning(message, e);
+    }
+
+}