Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-02-26 23:24:48 +0000
committerLars Vogel2015-03-08 08:21:56 +0000
commit734e359e9ca835525a4b653fd2e13d7126e822e9 (patch)
tree9bdfe3783251df47321ec01ecbb1eda5313974f1 /bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnWeightData.java
parent81e1214db9b70523c4166e4f9072db20c2ba34ca (diff)
downloadeclipse.platform.ui-734e359e9ca835525a4b653fd2e13d7126e822e9.tar.gz
eclipse.platform.ui-734e359e9ca835525a4b653fd2e13d7126e822e9.tar.xz
eclipse.platform.ui-734e359e9ca835525a4b653fd2e13d7126e822e9.zip
Bug 461005 - Fix whitespace issues in org.eclipse.jface
Change-Id: I31091ad8efc2802967ff5da4bbcc909675126174 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnWeightData.java')
-rw-r--r--bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnWeightData.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnWeightData.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnWeightData.java
index aa112e43314..a5b4aa76acf 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnWeightData.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnWeightData.java
@@ -13,7 +13,7 @@ package org.eclipse.jface.viewers;
import org.eclipse.core.runtime.Assert;
/**
- * Describes the width of a table column in terms of a weight,
+ * Describes the width of a table column in terms of a weight,
* a minimum width, and whether the column is resizable.
* <p>
* This class may be instantiated; it is not intended to be subclassed.
@@ -22,7 +22,7 @@ import org.eclipse.core.runtime.Assert;
*/
public class ColumnWeightData extends ColumnLayoutData {
- /**
+ /**
* Default width of a column (in pixels).
*/
public static final int MINIMUM_WIDTH = 20;

Back to the top