diff --git a/docs/html/guide/topics/ui/drag-drop.jd b/docs/html/guide/topics/ui/drag-drop.jd index 9d8aa9b597083..4eb54f2325682 100644 --- a/docs/html/guide/topics/ui/drag-drop.jd +++ b/docs/html/guide/topics/ui/drag-drop.jd @@ -643,7 +643,7 @@ imageView.setOnLongClickListener(new View.OnLongClickListener() { // Defines a callback that sends the drag shadow dimensions and touch point back to the // system. @Override - public void onProvideShadowMetrics (Point size, Point touch) + public void onProvideShadowMetrics (Point size, Point touch) { // Defines local variables private int width, height;