Thomas Broyer has submitted this change and it was merged.

Change subject: Wrong JavaDoc for MouseWheelEvent.getDeltaY()
......................................................................


Wrong JavaDoc for MouseWheelEvent.getDeltaY()

Fixes issue 6400

Change-Id: I445111ab363a89aafb0f23a72de1bdc4971bae1c
---
M user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Daniel Kurka: Looks good to me, approved
  Leeroy Jenkins: Verified
  Thomas Broyer: Looks good to me, approved



diff --git a/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java b/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
index 33fc5ca..647c07f 100644
--- a/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
+++ b/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
@@ -61,8 +61,8 @@
   }

   /**
- * Get the change in the mouse wheel position along the Y-axis; positive if - * the mouse wheel is moving north (toward the top of the screen) or negative + * Get the change in the mouse wheel position along the Y-axis; negative if + * the mouse wheel is moving north (toward the top of the screen) or positive
    * if the mouse wheel is moving south (toward the bottom of the screen).
    *
    * Note that delta values are not normalized across browsers or OSes.

--
To view, visit https://gwt-review.googlesource.com/3187
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I445111ab363a89aafb0f23a72de1bdc4971bae1c
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Andrey Korzhevskiy <a.korzhevs...@gmail.com>
Gerrit-Reviewer: Daniel Kurka <danku...@google.com>
Gerrit-Reviewer: Leeroy Jenkins <jenk...@gwtproject.org>
Gerrit-Reviewer: Thomas Broyer <t.bro...@gmail.com>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to