]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/NullImager.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / src / org / simantics / browsing / ui / swt / NullImager.java
index 9a7da605c112514ee6fac3a6430be75a1d1af311..1970a3b648021ccecb0a72b766f1d3338b664015 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2012 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.browsing.ui.swt;\r
-\r
-import org.simantics.browsing.ui.content.Imager;\r
-import org.simantics.browsing.ui.content.ImagerFactory;\r
-\r
-/**\r
- * A basic {@link ImagerFactory} that provides a constant set of images. The\r
- * images are keyed by columns. This factory never updates images.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public class NullImager implements Imager {\r
-\r
-    @Override\r
-    public <Image> Image getImage(String key) {\r
-        return null;\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2012 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.browsing.ui.swt;
+
+import org.simantics.browsing.ui.content.Imager;
+import org.simantics.browsing.ui.content.ImagerFactory;
+
+/**
+ * A basic {@link ImagerFactory} that provides a constant set of images. The
+ * images are keyed by columns. This factory never updates images.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public class NullImager implements Imager {
+
+    @Override
+    public <Image> Image getImage(String key) {
+        return null;
+    }
+
+}