Fix missing line in Javadoc.

Issue: 5615
Suggested by: xerces9
Patch by: jat
Review by: conroy


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9618 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/i18n/client/DateTimeFormat.java b/user/src/com/google/gwt/i18n/client/DateTimeFormat.java
index 333bff5..35e9fb4 100644
--- a/user/src/com/google/gwt/i18n/client/DateTimeFormat.java
+++ b/user/src/com/google/gwt/i18n/client/DateTimeFormat.java
@@ -752,6 +752,7 @@
    * pattern for this format is predefined for each locale.
    * 
    * @return A DateTimeFormat object
+   * @deprecated use {@link #getFormat(PredefinedFormat)} with
    *     {@link PredefinedFormat#DATE_TIME_MEDIUM} instead
    */
   @Deprecated