Revision: 10065
Author:   j...@google.com
Date:     Sat Apr 23 11:43:14 2011
Log:      Temporarily disable deprecation to give teams that don't allow
references to deprecated code time to update.

http://code.google.com/p/google-web-toolkit/source/detail?r=10065

Modified:
 /trunk/user/src/com/google/gwt/i18n/client/CustomDateTimeFormat.java
 /trunk/user/src/com/google/gwt/i18n/client/DateTimeFormat.java
 /trunk/user/src/com/google/gwt/i18n/client/DefaultDateTimeFormatInfo.java
 /trunk/user/src/com/google/gwt/i18n/client/Localizable.java

=======================================
--- /trunk/user/src/com/google/gwt/i18n/client/CustomDateTimeFormat.java Fri Apr 22 14:49:48 2011 +++ /trunk/user/src/com/google/gwt/i18n/client/CustomDateTimeFormat.java Sat Apr 23 11:43:14 2011
@@ -20,9 +20,11 @@
* subtypes of this interface must take no parameters and return DateTimeFormat
  * (which will be an initialized instance).
  *
- * @deprecated use {@link com.google.gwt.i18n.shared.CustomDateTimeFormat} instead + * deprecated use {@link com.google.gwt.i18n.shared.CustomDateTimeFormat} instead
  */
-@Deprecated
+// Temporarily remove deprecation to keep from breaking teams that don't allow
+// deprecated references.
+// @Deprecated
public interface CustomDateTimeFormat extends com.google.gwt.i18n.shared.CustomDateTimeFormat {

   /**
@@ -31,9 +33,11 @@
    * <p>The order of pattern characters and any literals don't matter, just
    * which pattern characters are present and their counts.
    *
- * @deprecated use {@link com.google.gwt.i18n.shared.CustomDateTimeFormat.Pattern} instead + * deprecated use {@link com.google.gwt.i18n.shared.CustomDateTimeFormat.Pattern} instead
    */
-  @Deprecated
+ // Temporarily remove deprecation to keep from breaking teams that don't allow
+  // deprecated references.
+  // @Deprecated
   public @interface Pattern {

     /**
=======================================
--- /trunk/user/src/com/google/gwt/i18n/client/DateTimeFormat.java Fri Apr 22 14:49:48 2011 +++ /trunk/user/src/com/google/gwt/i18n/client/DateTimeFormat.java Sat Apr 23 11:43:14 2011
@@ -382,18 +382,22 @@
  *
* <h3>Example</h3> {@example com.google.gwt.examples.DateTimeFormatExample}
  *
- * @deprecated use {@link com.google.gwt.i18n.shared.DateTimeFormat} instead
+ * deprecated use {@link com.google.gwt.i18n.shared.DateTimeFormat} instead
  */
-@Deprecated
+// Temporarily remove deprecation to keep from breaking teams that don't allow
+// deprecated references.
+// @Deprecated
public class DateTimeFormat extends com.google.gwt.i18n.shared.DateTimeFormat {

   /**
* Predefined date/time formats -- see {@link CustomDateTimeFormat} if you
    * need some format that isn't supplied here.
    *
- * @deprecated use {@link com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat} instead + * deprecated use {@link com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat} instead
    */
-  @Deprecated
+ // Temporarily remove deprecation to keep from breaking teams that don't allow
+   // deprecated references.
+   // @Deprecated
   public enum PredefinedFormat {
     // TODO(jat): Javadoc to explain these formats

=======================================
--- /trunk/user/src/com/google/gwt/i18n/client/DefaultDateTimeFormatInfo.java Fri Apr 22 14:49:48 2011 +++ /trunk/user/src/com/google/gwt/i18n/client/DefaultDateTimeFormatInfo.java Sat Apr 23 11:43:14 2011
@@ -18,10 +18,12 @@
 /**
  * For backwards compatibility only.
  *
- * @deprecated use {@link com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo} + * deprecated use {@link com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo}
  *     instead
  */
-@Deprecated
+// Temporarily remove deprecation to keep from breaking teams that don't allow
+// deprecated references.
+// @Deprecated
public class DefaultDateTimeFormatInfo extends com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo
     implements DateTimeFormatInfo {
 }
=======================================
--- /trunk/user/src/com/google/gwt/i18n/client/Localizable.java Fri Apr 22 14:49:48 2011 +++ /trunk/user/src/com/google/gwt/i18n/client/Localizable.java Sat Apr 23 11:43:14 2011
@@ -18,8 +18,10 @@
 /**
  * For backwards compatibility only.
  *
- * @deprecated use {@link com.google.gwt.i18n.shared.Localizable} instead
+ * deprecated use {@link com.google.gwt.i18n.shared.Localizable} instead
  */
-@Deprecated
+// Temporarily remove deprecation to keep from breaking teams that don't allow
+// deprecated references.
+// @Deprecated
public interface Localizable extends com.google.gwt.i18n.shared.Localizable {
 }

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to