mirror of https://github.com/apache/cloudstack.git
Remove @author tag from non third-party source files in plugins folder
This commit is contained in:
parent
1894fb56cf
commit
3eda2b8c4b
|
|
@ -25,10 +25,6 @@ import org.xml.sax.Attributes;
|
|||
import org.xml.sax.InputSource;
|
||||
import org.xml.sax.SAXException;
|
||||
|
||||
/**
|
||||
* @author chiradeep
|
||||
*
|
||||
*/
|
||||
public class LibvirtCapXMLParser extends LibvirtXMLParser {
|
||||
private boolean _host = false;
|
||||
private boolean _guest = false;
|
||||
|
|
|
|||
|
|
@ -37,10 +37,6 @@ import com.cloud.hypervisor.kvm.resource.LibvirtVMDef.DiskDef;
|
|||
import com.cloud.hypervisor.kvm.resource.LibvirtVMDef.InterfaceDef;
|
||||
import com.cloud.hypervisor.kvm.resource.LibvirtVMDef.InterfaceDef.nicModel;
|
||||
|
||||
/**
|
||||
* @author chiradeep
|
||||
*
|
||||
*/
|
||||
public class LibvirtDomainXMLParser {
|
||||
private static final Logger s_logger = Logger
|
||||
.getLogger(LibvirtDomainXMLParser.class);
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on May 17, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on May 17, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
|
||||
from OvmCommonModule import *
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on Jun 6, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
from OvmCommonModule import *
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on May 19, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
import logging
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on May 17, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
|
||||
class OvmObject(object):
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on May 17, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
from OvmCommonModule import *
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on May 17, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
from OvmCommonModule import *
|
||||
from OvmDiskModule import *
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
'''
|
||||
Created on June 2, 2011
|
||||
|
||||
@author: frank
|
||||
'''
|
||||
from OvmCommonModule import *
|
||||
from OvmStoragePoolModule import OvmStoragePool
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ import com.cloud.utils.component.ComponentLocator;
|
|||
* Simple UserAuthenticator that performs a MD5 hash of the password before
|
||||
* comparing it against the local database.
|
||||
*
|
||||
* @author Will Chan
|
||||
*/
|
||||
@Local(value={UserAuthenticator.class})
|
||||
public class MD5UserAuthenticator extends DefaultUserAuthenticator {
|
||||
|
|
|
|||
Loading…
Reference in New Issue