mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 734316 - Part 5: fix some more checkstyle warnings. r=trivial
This commit is contained in:
parent
0d311964f4
commit
2595310051
@ -46,7 +46,7 @@ public interface GlobalSessionCallback {
|
||||
* error.
|
||||
*
|
||||
* @param globalSession
|
||||
* @param newClusterURL
|
||||
* @param failedClusterURL
|
||||
* The new node/weave cluster URL.
|
||||
*/
|
||||
void informNodeAuthenticationFailed(GlobalSession globalSession, URI failedClusterURL);
|
||||
|
@ -32,7 +32,7 @@ public class FennecTabsRepository extends Repository {
|
||||
* and only store tabs from other clients.
|
||||
*
|
||||
* It will never retrieve tabs from other clients, or store tabs for Fennec,
|
||||
* unless you use {@link fetch(String[], RepositorySessionFetchRecordsDelegate)}
|
||||
* unless you use {@link #fetch(String[], RepositorySessionFetchRecordsDelegate)}
|
||||
* and specify an explicit GUID.
|
||||
*/
|
||||
public static class FennecTabsRepositorySession extends RepositorySession {
|
||||
|
Loading…
Reference in New Issue
Block a user