X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/68271bbf82941b5ff891b64d2b117b9d05a5d3a4..3d3046dc264792475c72987afc25beae23da4dc6:/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 7d2e291b..b0a252e7 100644 --- a/src/com/owncloud/android/ui/adapter/SslErrorViewAdapter.java +++ b/src/com/owncloud/android/ui/adapter/SslErrorViewAdapter.java @@ -1,4 +1,7 @@ /* ownCloud Android client application + * + * @author masensio + * @author David A. Velasco * Copyright (C) 2012-2014 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify @@ -24,10 +27,6 @@ import android.widget.TextView; /** * Dialog to show an Untrusted Certificate - * - * @author masensio - * @author David A. Velasco - * */ public class SslErrorViewAdapter implements SslUntrustedCertDialog.ErrorViewAdapter {