| commit | 35cd3c338c6853a8004d13aa19a7a7a668d13ac0 | [log] [tgz] |
|---|---|---|
| author | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Mar 04 17:04:47 2010 +0000 |
| committer | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Mar 04 17:04:47 2010 +0000 |
| tree | ab1efd5efb1aefd0e58d4c6f7f784a3b7326af44 | |
| parent | 95fed44da65a27f48fe16702fef574bc32a488cf [diff] |
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();