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/07/05 20:10:05 UTC

git commit: Added missing package name mistakenly removed by headers cleanup checkin

Updated Branches:
  refs/heads/master 471924ff1 -> 81afcabdb


Added missing package name mistakenly removed by headers cleanup checkin


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

Branch: refs/heads/master
Commit: 81afcabdb276acd6918b0742be08d6d6e6e40144
Parents: 471924f
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Thu Jul 5 11:12:02 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Thu Jul 5 11:12:02 2012 -0700

----------------------------------------------------------------------
 .../com/cloud/server/TaggedResourceService.java    |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/81afcabd/api/src/com/cloud/server/TaggedResourceService.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/server/TaggedResourceService.java b/api/src/com/cloud/server/TaggedResourceService.java
index f310050..e57b884 100644
--- a/api/src/com/cloud/server/TaggedResourceService.java
+++ b/api/src/com/cloud/server/TaggedResourceService.java
@@ -15,6 +15,9 @@
 // specific language governing permissions and limitations
 // under the License.package com.cloud.server;
 
+package com.cloud.server;
+
+
 import java.util.List;
 import java.util.Map;