fix formatting

This commit is contained in:
Andy2 2011-08-06 03:22:26 -07:00
parent 58f1618586
commit 017f4da29d

View file

@ -71,7 +71,7 @@ public class XWListItem extends LinearLayout {
ImageButton button = (ImageButton)findViewById( R.id.del );
button.setOnClickListener( new View.OnClickListener() {
@Override
public void onClick( View view ) {
public void onClick( View view ) {
m_cb.deleteCalled( m_position, getText() );
}
} );