mirror of https://github.com/apache/cloudstack.git
Removed @author annotation from IpAssocCommand and IpAssocAnswer
This commit is contained in:
parent
69fb0208eb
commit
493c8d1190
|
|
@ -17,11 +17,7 @@
|
|||
package com.cloud.agent.api.routing;
|
||||
|
||||
import com.cloud.agent.api.Answer;
|
||||
/**
|
||||
*
|
||||
* @author alena
|
||||
*
|
||||
*/
|
||||
|
||||
public class IpAssocAnswer extends Answer{
|
||||
String[] results;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,11 +18,6 @@ package com.cloud.agent.api.routing;
|
|||
|
||||
import com.cloud.agent.api.to.IpAddressTO;
|
||||
|
||||
|
||||
/**
|
||||
* @author alena
|
||||
*
|
||||
*/
|
||||
public class IpAssocCommand extends NetworkElementCommand {
|
||||
|
||||
IpAddressTO[] ipAddresses;
|
||||
|
|
|
|||
Loading…
Reference in New Issue