瀏覽代碼

fix javaDoc (lint)

AndyScherzinger 7 年之前
父節點
當前提交
f2a81fcc08
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/owncloud/android/ui/dialog/SslValidatorDialog.java

+ 0 - 1
src/main/java/com/owncloud/android/ui/dialog/SslValidatorDialog.java

@@ -82,7 +82,6 @@ public class SslValidatorDialog extends Dialog {
      * Instances have to be created through static {@link SslValidatorDialog#newInstance}.
      * 
      * @param context       Android context where the dialog will live
-     * @param e             Exception causing the need of prompt the user about the server certificate.
      * @param listener      Object to notice when the server certificate was added to the local certificates store.
      */
     private SslValidatorDialog(Context context, OnSslValidatorListener listener) {