The comment lack of symbol # and parameter data type. This will cause compilation failed.

This commit is contained in:
djken
2009-05-08 07:07:55 -04:00
committed by Jean-Baptiste Queru
parent c312942b77
commit d663dab7db

View File

@@ -362,7 +362,7 @@ public class Scroller {
/**
* Extend the scroll animation. This allows a running animation to scroll
* further and longer, when used with {@link #setFinalX()} or {@link setFinalY()}.
* further and longer, when used with {@link #setFinalX(int)} or {@link #setFinalY(int)}.
*
* @param extend Additional time to scroll in milliseconds.
* @see #setFinalX(int)