X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/2ca8f569620deb2d63ffced1ee4a8b0a44280183..00482b6dcb1e98da39df54374f7098b51d66bee5:/src/com/owncloud/android/ui/adapter/SslErrorViewAdapter.java diff --git a/src/com/owncloud/android/ui/adapter/SslErrorViewAdapter.java b/src/com/owncloud/android/ui/adapter/SslErrorViewAdapter.java index f0d5b2c8..7ac71446 100644 --- a/src/com/owncloud/android/ui/adapter/SslErrorViewAdapter.java +++ b/src/com/owncloud/android/ui/adapter/SslErrorViewAdapter.java @@ -1,5 +1,9 @@ -/* ownCloud Android client application - * Copyright (C) 2012-2014 ownCloud Inc. +/** + * ownCloud Android client application + * + * @author masensio + * @author David A. Velasco + * Copyright (C) 2015 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, @@ -18,18 +22,12 @@ package com.owncloud.android.ui.adapter; import com.owncloud.android.R; import com.owncloud.android.ui.dialog.SslUntrustedCertDialog; -import com.owncloud.android.ui.dialog.SslUntrustedCertDialog.ErrorViewAdapter; - import android.net.http.SslError; import android.view.View; import android.widget.TextView; /** * Dialog to show an Untrusted Certificate - * - * @author masensio - * @author David A. Velasco - * */ public class SslErrorViewAdapter implements SslUntrustedCertDialog.ErrorViewAdapter {