Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit d2917e5

Browse files
committed
Remove outdated comments
1 parent 96f4687 commit d2917e5

16 files changed

+0
-268
lines changed

src/main/java/com/sap/cloudfoundry/client/facade/CloudControllerClient.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2013 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade;
182

193
import java.io.IOException;
@@ -53,12 +37,6 @@
5337
/**
5438
* The interface defining operations making up the Cloud Foundry Java client's API.
5539
*
56-
* @author Ramnivas Laddad
57-
* @author A.B.Srinivasan
58-
* @author Jennifer Hickey
59-
* @author Dave Syer
60-
* @author Thomas Risberg
61-
* @author Alexander Orlov
6240
*/
6341
public interface CloudControllerClient {
6442

src/main/java/com/sap/cloudfoundry/client/facade/CloudControllerClientImpl.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2013 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade;
182

193
import java.io.IOException;
@@ -61,12 +45,6 @@
6145
/**
6246
* A Java client to exercise the Cloud Foundry API.
6347
*
64-
* @author Ramnivas Laddad
65-
* @author A.B.Srinivasan
66-
* @author Jennifer Hickey
67-
* @author Dave Syer
68-
* @author Thomas Risberg
69-
* @author Alexander Orlov
7048
*/
7149
public class CloudControllerClientImpl implements CloudControllerClient {
7250

src/main/java/com/sap/cloudfoundry/client/facade/CloudCredentials.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1-
/*
2-
* Copyright 2009-2012 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade;
182

193
import org.springframework.security.oauth2.common.OAuth2AccessToken;
204

215
/**
226
* Class that encapsulates credentials used for authentication
237
*
24-
* @author Thomas Risberg
258
*/
269
public class CloudCredentials {
2710

src/main/java/com/sap/cloudfoundry/client/facade/CloudOperationException.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2013 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade;
182

193
import org.springframework.http.HttpStatus;

src/main/java/com/sap/cloudfoundry/client/facade/StartingInfo.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,9 @@
1-
/*
2-
* Copyright 2013 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade;
182

193
/**
204
* Starting info contains values from response headers when an application is first started. One of the possible header values may be the
215
* location of the staging log when starting an application.
226
*
23-
* @author Nieraj Singh.
247
*/
258
public class StartingInfo {
269

src/main/java/com/sap/cloudfoundry/client/facade/UploadStatusCallback.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2011 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade;
182

193
import java.util.Set;

src/main/java/com/sap/cloudfoundry/client/facade/domain/CloudEntity.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2012 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade.domain;
182

193
import java.util.UUID;

src/main/java/com/sap/cloudfoundry/client/facade/domain/InstanceInfo.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2012 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade.domain;
182

193
import org.immutables.value.Value;

src/main/java/com/sap/cloudfoundry/client/facade/domain/InstancesInfo.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2012 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade.domain;
182

193
import java.util.List;

src/main/java/com/sap/cloudfoundry/client/facade/oauth2/OAuthClient.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2009-2012 the original author or authors.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
package com.sap.cloudfoundry.client.facade.oauth2;
182

193
import java.net.URL;
@@ -37,8 +21,6 @@
3721
/**
3822
* Client that can handle authentication against a UAA instance
3923
*
40-
* @author Dave Syer
41-
* @author Thomas Risberg
4224
*/
4325
public class OAuthClient {
4426

0 commit comments

Comments
 (0)