Undeprecating DOMImplIE6.isIE6() to avoid compile warnings. The method and the class are both package protected anyway.
http://gwt-code-reviews.appspot.com/160803


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7670 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/dom/client/DOMImplIE6.java b/user/src/com/google/gwt/dom/client/DOMImplIE6.java
index a167688..843f931 100644
--- a/user/src/com/google/gwt/dom/client/DOMImplIE6.java
+++ b/user/src/com/google/gwt/dom/client/DOMImplIE6.java
@@ -29,9 +29,7 @@
    * 
    * @return <code>true</code> if the browser is IE6, <code>false</code> if IE7
    *         or any other browser
-   * @deprecated this method may be removed at any time
    */
-  @Deprecated
   static boolean isIE6() {
     if (!isIE6Detected) {
       isIE6 = isIE6Impl();