summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/html/guide/topics/ui/drag-drop.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/drag-drop.jd b/docs/html/guide/topics/ui/drag-drop.jd
index 9d8aa9b59708..4eb54f232568 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;