]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/icons/ImageDescriptorProviders.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / icons / ImageDescriptorProviders.java
index d7880e682d2b1737e5e4c52c579b9adb16940cbd..69c22eaa15f8ba7e4fae0ba7b68359d4b17b2ff1 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\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.ui.icons;\r
-\r
-import org.eclipse.jface.resource.ImageDescriptor;\r
-import org.simantics.utils.datastructures.cache.ProvisionException;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public final class ImageDescriptorProviders {\r
-\r
-    public static final ImageDescriptorProvider none() {\r
-        return NullImageDescriptorProvider.INSTANCE;\r
-    }\r
-\r
-    public static final ImageDescriptorProvider constant(final ImageDescriptor desc) {\r
-        return new ImageDescriptorProvider() {\r
-            @Override\r
-            public ImageDescriptor get() throws ProvisionException {\r
-                return desc;\r
-            }\r
-        };\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.ui.icons;
+
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.simantics.utils.datastructures.cache.ProvisionException;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public final class ImageDescriptorProviders {
+
+    public static final ImageDescriptorProvider none() {
+        return NullImageDescriptorProvider.INSTANCE;
+    }
+
+    public static final ImageDescriptorProvider constant(final ImageDescriptor desc) {
+        return new ImageDescriptorProvider() {
+            @Override
+            public ImageDescriptor get() throws ProvisionException {
+                return desc;
+            }
+        };
+    }
+
+}