Skip to content

Commit 5147fb1

Browse files
committed
CLOUDSTACK-1253: Remove @author tag.
1 parent b54db07 commit 5147fb1

19 files changed

Lines changed: 5 additions & 32 deletions

File tree

api/src/com/cloud/exception/RequestLimitException.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/**
2323
* Exception thrown if number of requests is over api rate limit set.
24-
* @author minc
2524
*
2625
*/
2726
public class RequestLimitException extends CloudRuntimeException {

api/src/org/apache/cloudstack/api/ApiErrorCode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
/**
2020
* Enum class for various API error code used in CloudStack
21-
* @author minc
2221
*
2322
*/
2423
public enum ApiErrorCode {

api/src/org/apache/cloudstack/query/QueryService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
/**
6060
* Service used for list api query.
61-
* @author minc
6261
*
6362
*/
6463
public interface QueryService {

plugins/api/rate-limit/src/org/apache/cloudstack/ratelimit/ApiRateLimitService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
/**
2424
* Provide API rate limit service
25-
* @author minc
2625
*
2726
*/
2827
public interface ApiRateLimitService extends PluggableService{

plugins/api/rate-limit/src/org/apache/cloudstack/ratelimit/EhcacheLimitStore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
/**
2525
* A Limit store implementation using Ehcache.
26-
* @author minc
2726
*
2827
*/
2928
public class EhcacheLimitStore implements LimitStore {

plugins/api/rate-limit/src/org/apache/cloudstack/ratelimit/LimitStore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
/**
2222
* Interface to define how an api limit store should work.
23-
* @author minc
2423
*
2524
*/
2625
public interface LimitStore {

plugins/api/rate-limit/src/org/apache/cloudstack/ratelimit/StoreEntry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
/**
2020
* Interface for each entry in LimitStore.
21-
* @author minc
2221
*
2322
*/
2423
public interface StoreEntry {

plugins/api/rate-limit/src/org/apache/cloudstack/ratelimit/StoreEntryImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
/**
2222
* Implementation of limit store entry.
23-
* @author minc
2423
*
2524
*/
2625
public class StoreEntryImpl implements StoreEntry {

plugins/api/rate-limit/test/org/apache/cloudstack/ratelimit/integration/APITest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
/**
3838
* Base class for API Test
3939
*
40-
* @author Min Chen
41-
*
4240
*/
4341
public abstract class APITest {
4442

plugins/api/rate-limit/test/org/apache/cloudstack/ratelimit/integration/LoginResponse.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
/**
2525
* Login Response object
2626
*
27-
* @author Min Chen
28-
*
2927
*/
3028
public class LoginResponse extends BaseResponse {
3129

0 commit comments

Comments
 (0)