Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Koller2019-03-27 14:34:05 +0000
committerMatthias Koller2019-03-27 14:37:16 +0000
commit06c7d0029807971a1687b5eb97e4471533e33b2e (patch)
tree77849b7e12c7aaea064b1e103a4de0ef02ef77ee /src/main/java/org/eclipse/mdm/api/base/model/Describable.java
parenta64f2d1adb75a618e71c3403be4b15940fa5223a (diff)
downloadorg.eclipse.mdm.api.base-06c7d0029807971a1687b5eb97e4471533e33b2e.tar.gz
org.eclipse.mdm.api.base-06c7d0029807971a1687b5eb97e4471533e33b2e.tar.xz
org.eclipse.mdm.api.base-06c7d0029807971a1687b5eb97e4471533e33b2e.zip
544621 - Mixed line endings (LF and CRLF) and other formatting issues
converted line endings to LF Signed-off-by: Matthias Koller <m.koller@peak-solution.de>
Diffstat (limited to 'src/main/java/org/eclipse/mdm/api/base/model/Describable.java')
-rw-r--r--src/main/java/org/eclipse/mdm/api/base/model/Describable.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/main/java/org/eclipse/mdm/api/base/model/Describable.java b/src/main/java/org/eclipse/mdm/api/base/model/Describable.java
index 83484dc..b2f412d 100644
--- a/src/main/java/org/eclipse/mdm/api/base/model/Describable.java
+++ b/src/main/java/org/eclipse/mdm/api/base/model/Describable.java
@@ -1,16 +1,16 @@
-/********************************************************************************
- * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
- *
- * See the NOTICE file(s) distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v. 2.0 which is available at
- * http://www.eclipse.org/legal/epl-2.0.
- *
- * SPDX-License-Identifier: EPL-2.0
- *
- ********************************************************************************/
+/********************************************************************************
+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
+ *
+ * See the NOTICE file(s) distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v. 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0.
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ ********************************************************************************/
package org.eclipse.mdm.api.base.model;

Back to the top