]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.server/src/org/simantics/db/server/ServerGuardNotFoundException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.server / src / org / simantics / db / server / ServerGuardNotFoundException.java
index 2c09251acdd6854e03abdc3a4853ad4ca6095b5e..5da629163f494689edd6f356eb89e93daf2b7f79 100644 (file)
@@ -1,21 +1,21 @@
-/*******************************************************************************\r
- * Copyright (c) 2014 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.db.server;\r
-\r
-import java.io.File;\r
-\r
-public final class ServerGuardNotFoundException extends ProCoreException {\r
-    private static final long serialVersionUID = -7132278900684463512L;\r
-    public ServerGuardNotFoundException(File dbLocation, String message) {\r
-        super(dbLocation, message, null);\r
-    }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2014 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.db.server;
+
+import java.io.File;
+
+public final class ServerGuardNotFoundException extends ProCoreException {
+    private static final long serialVersionUID = -7132278900684463512L;
+    public ServerGuardNotFoundException(File dbLocation, String message) {
+        super(dbLocation, message, null);
+    }
+}