Bug 734316 - Part 5: fix some more checkstyle warnings. r=trivial

This commit is contained in:
Richard Newman 2012-03-20 10:17:23 -07:00
Родитель c90e3f1a05
Коммит bc6b5802b2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 {