Convert Windows line delimiters to Unix.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / virtualtable / ColumnData.java
index 67278e658d9d0a05fdbba3810e1d930c4725b30e..15baedd82b6c4be06c9ab9706260aa3969cd4207 100644 (file)
@@ -1,46 +1,46 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- *\r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *   Matthew Khouzam - Extracted from TmfEventsView\r
- ******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.ui.widgets.virtualtable;\r
-/**\r
- * ColumnData\r
- * @author Matthew Khouzam\r
- * @version 1.0\r
- *\r
- */\r
-public class ColumnData {\r
-    /**\r
-     * The title of the column\r
-     */\r
-    public final String header;\r
-    /**\r
-     * the width of the column in pixels\r
-     */\r
-    public final int    width;\r
-    /**\r
-     * the alignment of the column\r
-     */\r
-    public final int    alignment;\r
-\r
-    /**\r
-     * Constructor\r
-     * @param h header (title)\r
-     * @param w width\r
-     * @param a alignment\r
-     */\r
-    public ColumnData(String h, int w, int a) {\r
-        header = h;\r
-        width = w;\r
-        alignment = a;\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ *
+ * 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:
+ *   Matthew Khouzam - Extracted from TmfEventsView
+ ******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.ui.widgets.virtualtable;
+/**
+ * ColumnData
+ * @author Matthew Khouzam
+ * @version 1.0
+ *
+ */
+public class ColumnData {
+    /**
+     * The title of the column
+     */
+    public final String header;
+    /**
+     * the width of the column in pixels
+     */
+    public final int    width;
+    /**
+     * the alignment of the column
+     */
+    public final int    alignment;
+
+    /**
+     * Constructor
+     * @param h header (title)
+     * @param w width
+     * @param a alignment
+     */
+    public ColumnData(String h, int w, int a) {
+        header = h;
+        width = w;
+        alignment = a;
+    }
+
+}
This page took 0.028691 seconds and 5 git commands to generate.