mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
refactor: remove unnecessary semicolon
This commit is contained in:
parent
02ddf2ef62
commit
b6ac771142
@ -30,4 +30,4 @@ public interface ICordovaCookieManager {
|
|||||||
public void clearCookies();
|
public void clearCookies();
|
||||||
|
|
||||||
public void flush();
|
public void flush();
|
||||||
};
|
}
|
||||||
|
@ -65,4 +65,4 @@ class SystemCookieManager implements ICordovaCookieManager {
|
|||||||
public void flush() {
|
public void flush() {
|
||||||
cookieManager.flush();
|
cookieManager.flush();
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
@ -88,7 +88,7 @@ public class SystemWebViewClient extends WebViewClient {
|
|||||||
if (response != null) {
|
if (response != null) {
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user