X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/ec6b9d7c70deb50152bfab5cb5f25c9a2dde28e7..3d3046dc264792475c72987afc25beae23da4dc6:/src/com/owncloud/android/authentication/SsoWebViewClient.java diff --git a/src/com/owncloud/android/authentication/SsoWebViewClient.java b/src/com/owncloud/android/authentication/SsoWebViewClient.java index 2aaecb43..53ddd986 100644 --- a/src/com/owncloud/android/authentication/SsoWebViewClient.java +++ b/src/com/owncloud/android/authentication/SsoWebViewClient.java @@ -1,4 +1,6 @@ /* ownCloud Android client application + * + * @author David A. Velasco * Copyright (C) 2012-2015 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify @@ -50,8 +52,6 @@ import android.webkit.WebViewClient; * * Assumes that the single-sign-on is kept thanks to a cookie set at the end of the * authentication process. - * - * @author David A. Velasco */ public class SsoWebViewClient extends WebViewClient {