From 0498f0edeb6d8ee010760533f1de210a1f39a0f3 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 19 Sep 2018 12:00:26 -0500 Subject: textual cleanup for M4 Issue-ID: AAF-509 Change-Id: Ib109ba404f158bbffb6dc60c96850fd7e56871fd Signed-off-by: Instrumental --- .../src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cadi/oauth-enduser/src') diff --git a/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java b/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java index f98c76fb..c2deb458 100644 --- a/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java +++ b/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java @@ -101,7 +101,7 @@ public class SimpleRESTClient { /** * Single Threaded Class for building up content - * @author jg1555 + * @author Instrumental * */ public static class Input { -- cgit n value='guilin'>guilin ccsdk-oranGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: e88ee6ef0e3b13fb1c5cebe6d7bcd967b91b15d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74