OSDN Git Service

SDK: Remove STOPSHIP keyword.
authorRaphael <raphael@google.com>
Wed, 14 Oct 2009 19:11:56 +0000 (12:11 -0700)
committerRaphael <raphael@google.com>
Wed, 14 Oct 2009 19:11:56 +0000 (12:11 -0700)
Change-Id: Idad5a0ab0f31c3e513ce19d914e2eb686078d44f

tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/PaletteComposite.java

index 27398e9..229494c 100755 (executable)
@@ -91,7 +91,7 @@ public class PaletteComposite extends Composite {
             gl.marginBottom = 2;\r
             setLayout(gl);\r
 \r
-            /* STOPSHIP */\r
+            /* TODO: All this is TEMPORARY. */\r
             Label l = new Label(this, SWT.NONE);\r
             l.setText("*** PLACEHOLDER ***");  //$NON-NLS-1$\r
             l.setToolTipText("Temporary mock for the palette. Needs to scroll, needs no buttons, needs to drag'n'drop."); //$NON-NLS-1$\r