Skip to content

Commit

Permalink
Import cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Sep 24, 2009
1 parent 0c12fd9 commit dadf754
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/org/hyperic/hq/hqapi1/test/ApplicationCreate_test.java
Expand Up @@ -3,12 +3,8 @@
import org.hyperic.hq.hqapi1.ApplicationApi;
import org.hyperic.hq.hqapi1.HQApi;
import org.hyperic.hq.hqapi1.ResourceApi;
import org.hyperic.hq.hqapi1.GroupApi;
import org.hyperic.hq.hqapi1.types.*;

import java.util.List;
import java.util.ArrayList;

public class ApplicationCreate_test extends ApplicationTestBase {

public ApplicationCreate_test(String name) {
Expand Down
3 changes: 0 additions & 3 deletions src/org/hyperic/hq/hqapi1/test/ApplicationList_test.java
Expand Up @@ -2,11 +2,8 @@

import org.hyperic.hq.hqapi1.ApplicationApi;
import org.hyperic.hq.hqapi1.types.ApplicationsResponse;
import org.hyperic.hq.hqapi1.types.Resource;
import org.hyperic.hq.hqapi1.types.Application;

import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.HashMap;

Expand Down

0 comments on commit dadf754

Please sign in to comment.