Updated Branches: refs/heads/autoscale 34f43b27d -> f418db25d
Removing the Author's name from the file - Patch sent by Deepak Garg([email protected]) Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f418db25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f418db25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f418db25 Branch: refs/heads/autoscale Commit: f418db25db4500af499a392f85af4bf448621c32 Parents: 34f43b2 Author: Pranav Saxena <[email protected]> Authored: Fri Jul 27 16:20:55 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Fri Jul 27 16:20:55 2012 +0530 ---------------------------------------------------------------------- api/src/com/cloud/network/as/AutoScaleVmGroup.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f418db25/api/src/com/cloud/network/as/AutoScaleVmGroup.java ---------------------------------------------------------------------- diff --git a/api/src/com/cloud/network/as/AutoScaleVmGroup.java b/api/src/com/cloud/network/as/AutoScaleVmGroup.java index 02b8f50..348601f 100644 --- a/api/src/com/cloud/network/as/AutoScaleVmGroup.java +++ b/api/src/com/cloud/network/as/AutoScaleVmGroup.java @@ -19,9 +19,6 @@ package com.cloud.network.as; import com.cloud.acl.ControlledEntity; -/** - * @author Deepak Garg - */ public interface AutoScaleVmGroup extends ControlledEntity { @@ -49,4 +46,4 @@ public interface AutoScaleVmGroup extends ControlledEntity { String getState(); -} \ No newline at end of file +}
