From 44098d157c7e677cbd34064a910915ae3a2fba77 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 14 Oct 2009 12:11:56 -0700 Subject: [PATCH] SDK: Remove STOPSHIP keyword. Change-Id: Idad5a0ab0f31c3e513ce19d914e2eb686078d44f --- .../eclipse/adt/internal/editors/layout/PaletteComposite.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/PaletteComposite.java b/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/PaletteComposite.java index 27398e96a..229494c1e 100755 --- a/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/PaletteComposite.java +++ b/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/PaletteComposite.java @@ -91,7 +91,7 @@ public class PaletteComposite extends Composite { gl.marginBottom = 2; setLayout(gl); - /* STOPSHIP */ + /* TODO: All this is TEMPORARY. */ Label l = new Label(this, SWT.NONE); l.setText("*** PLACEHOLDER ***"); //$NON-NLS-1$ l.setToolTipText("Temporary mock for the palette. Needs to scroll, needs no buttons, needs to drag'n'drop."); //$NON-NLS-1$