Cherry picking r9618 into releases/2.2, DateTimeFormat javadoc fix


git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/2.2@9631 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