diff options
author | blue55 <yllan@fiberhome.com> | 2017-08-03 13:52:52 +0800 |
---|---|---|
committer | blue55 <yllan@fiberhome.com> | 2017-08-03 13:58:34 +0800 |
commit | 3d4144b446871432dbc431eaa3875b42be4ed2ab (patch) | |
tree | abab3ebe2b227263c0ff1c6a3f5f671b66106d2d | |
parent | 54ba24e1fa65ab9484532253d4bff5b18ab0feb2 (diff) |
Modify a description of the parameters to function.
Change-Id: Ic6d9354df8ec180da91fcf88df15f2e054a9be11
Notes
Notes (review):
Code-Review+2: Telles Mota Vidal Nóbrega <tenobreg@redhat.com>
Workflow+1: Telles Mota Vidal Nóbrega <tenobreg@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 03 Aug 2017 12:24:37 +0000
Reviewed-on: https://review.openstack.org/490336
Project: openstack/sahara-extra
Branch: refs/heads/master
-rw-r--r-- | hadoop-swiftfs/src/main/java/org/apache/hadoop/fs/swift/auth/AuthenticationWrapperV3.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadoop-swiftfs/src/main/java/org/apache/hadoop/fs/swift/auth/AuthenticationWrapperV3.java b/hadoop-swiftfs/src/main/java/org/apache/hadoop/fs/swift/auth/AuthenticationWrapperV3.java index a744095..cbeefc1 100644 --- a/hadoop-swiftfs/src/main/java/org/apache/hadoop/fs/swift/auth/AuthenticationWrapperV3.java +++ b/hadoop-swiftfs/src/main/java/org/apache/hadoop/fs/swift/auth/AuthenticationWrapperV3.java | |||
@@ -39,7 +39,7 @@ public class AuthenticationWrapperV3 { | |||
39 | } | 39 | } |
40 | 40 | ||
41 | /** | 41 | /** |
42 | * @param access sets authentication response | 42 | * @param token sets authentication response |
43 | */ | 43 | */ |
44 | public void setToken(AuthenticationResponseV3 token) { | 44 | public void setToken(AuthenticationResponseV3 token) { |
45 | this.token = token; | 45 | this.token = token; |