Loading core/java/android/webkit/WebView.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1403,7 +1403,6 @@ public class WebView extends AbsoluteLayout * @return the address, or if no address is found, null * @return the address, or if no address is found, null */ */ public static String findAddress(String addr) { public static String findAddress(String addr) { checkThread(); return getFactory().getStatics().findAddress(addr); return getFactory().getStatics().findAddress(addr); } } Loading Loading
core/java/android/webkit/WebView.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1403,7 +1403,6 @@ public class WebView extends AbsoluteLayout * @return the address, or if no address is found, null * @return the address, or if no address is found, null */ */ public static String findAddress(String addr) { public static String findAddress(String addr) { checkThread(); return getFactory().getStatics().findAddress(addr); return getFactory().getStatics().findAddress(addr); } } Loading