Skip to content

Commit 00b2a80

Browse files
author
Mice Xia
committed
Remove @author tag from non third-party source files in agent-simulator, cloud-cli, test, ui and utils folder
1 parent b25122b commit 00b2a80

7 files changed

Lines changed: 1 addition & 14 deletions

File tree

agent-simulator/src/com/cloud/resource/SimulatorDiscoverer.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
import com.cloud.storage.dao.VMTemplateZoneDao;
5757
import com.cloud.utils.component.Inject;
5858

59-
/**
60-
* @author prasanna
61-
*
62-
*/
6359
@Local(value = Discoverer.class)
6460
public class SimulatorDiscoverer extends DiscovererBase implements Discoverer, Listener, ResourceStateAdapter {
6561
private static final Logger s_logger = Logger
@@ -337,4 +333,4 @@ public boolean stop() {
337333
return super.stop();
338334
}
339335

340-
}
336+
}

cloud-cli/cloudapis/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
'''
2121
Created on Aug 2, 2010
2222
23-
@author: rudd-o
2423
'''
2524

2625
import os,pkgutil

cloud-cli/cloudtool/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
'''
2121
Created on Aug 2, 2010
2222
23-
@author: rudd-o
2423
'''
2524

2625
import sys

cloud-cli/cloudtool/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
'''
2121
Created on Aug 2, 2010
2222
23-
@author: rudd-o
2423
'''
2524

2625

test/src/com/cloud/sample/UserCloudAPIExecutor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* Prerequisites: - Edit usercloud.properties to include your host, apiUrl, apiKey, and secretKey - Use ./executeUserAPI.sh to
5252
* execute this test class
5353
*
54-
* @author will
5554
*
5655
*/
5756
public class UserCloudAPIExecutor {

ui/scripts/ui/widgets/dataTable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
/**
1919
* Convert table to be resizable and sortable
2020
*
21-
* @author Brian Federle
2221
*/
2322
$.fn.dataTable = function(method, options) {
2423
var $table = this;

utils/src/com/cloud/utils/backoff/impl/ConstantTimeBackoffMBean.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020

2121
import com.cloud.utils.mgmt.ManagementBean;
2222

23-
/**
24-
* @author ahuang
25-
*
26-
*/
2723
public interface ConstantTimeBackoffMBean extends ManagementBean {
2824
public long getTimeToWait();
2925

0 commit comments

Comments
 (0)