Merge "Remove illegal @Override on interface method." into honeycomb

This commit is contained in:
Xavier Ducrohet
2011-01-17 21:51:43 -08:00
committed by Android (Google) Code Review
4 changed files with 7 additions and 10 deletions

View File

@@ -46,7 +46,6 @@ public class DragAndDropDemo extends Activity {
mResultText = (TextView) findViewById(R.id.drag_result_text);
mResultText.setOnDragListener(new View.OnDragListener() {
@Override
public boolean onDrag(View v, DragEvent event) {
final int action = event.getAction();
switch (action) {