X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/52bd01bcedf1b8f13c49b67ee40a848bae1a9d40..3d3046dc264792475c72987afc25beae23da4dc6:/src/com/owncloud/android/authentication/OAuth2Constants.java?ds=inline diff --git a/src/com/owncloud/android/authentication/OAuth2Constants.java b/src/com/owncloud/android/authentication/OAuth2Constants.java index f96b6278..e2128831 100644 --- a/src/com/owncloud/android/authentication/OAuth2Constants.java +++ b/src/com/owncloud/android/authentication/OAuth2Constants.java @@ -1,4 +1,6 @@ /* ownCloud Android client application + * + * @author David A. Velasco * Copyright (C) 2012-2013 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify @@ -21,8 +23,6 @@ package com.owncloud.android.authentication; * Constant values for OAuth 2 protocol. * * Includes required and optional parameter NAMES used in the 'authorization code' grant type. - * - * @author David A. Velasco */ public class OAuth2Constants {