You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/08/10 19:50:03 UTC

[15/36] git commit: Removed @author annotation from IpAssocCommand and IpAssocAnswer

Removed @author annotation from IpAssocCommand and IpAssocAnswer


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/493c8d11
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/493c8d11
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/493c8d11

Branch: refs/heads/vpc
Commit: 493c8d11908dd3227091ca5efca969a7bed5a8b5
Parents: 69fb020
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Thu Aug 9 21:36:52 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Thu Aug 9 23:30:11 2012 -0700

----------------------------------------------------------------------
 .../com/cloud/agent/api/routing/IpAssocAnswer.java |    6 +-----
 .../cloud/agent/api/routing/IpAssocCommand.java    |    5 -----
 2 files changed, 1 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/493c8d11/api/src/com/cloud/agent/api/routing/IpAssocAnswer.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/agent/api/routing/IpAssocAnswer.java b/api/src/com/cloud/agent/api/routing/IpAssocAnswer.java
index 8f0025f..1892196 100644
--- a/api/src/com/cloud/agent/api/routing/IpAssocAnswer.java
+++ b/api/src/com/cloud/agent/api/routing/IpAssocAnswer.java
@@ -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;
     

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/493c8d11/api/src/com/cloud/agent/api/routing/IpAssocCommand.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/agent/api/routing/IpAssocCommand.java b/api/src/com/cloud/agent/api/routing/IpAssocCommand.java
index e8dd222..5326b11 100644
--- a/api/src/com/cloud/agent/api/routing/IpAssocCommand.java
+++ b/api/src/com/cloud/agent/api/routing/IpAssocCommand.java
@@ -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;