Removed @author annotation from IpAssocCommand and IpAssocAnswer

This commit is contained in:
Alena Prokharchyk 2012-08-09 21:36:52 -07:00
parent 69fb0208eb
commit 493c8d1190
2 changed files with 1 additions and 10 deletions

View File

@ -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;

View File

@ -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;