Skip to content

Commit

Permalink
Minor updates for issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkrishnan committed Sep 13, 2013
1 parent e6121fb commit b35c33b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
-------------
Enhancements:
https://github.com/Netflix/genie/issues/17
https://github.com/Netflix/genie/issues/18
https://github.com/Netflix/genie/issues/21
https://github.com/Netflix/genie/issues/25

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class HiveConfigResourceV0TestCase {
*
* @return the test deployment
*/
@SuppressWarnings("rawtypes")
@Deployment
public static Archive createTestArchive() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ private Deployments() {
}

/**
* Creates tbe test deployment.
* Creates the test deployment.
*
* @return the test deployment
*/
@SuppressWarnings("rawtypes")
public static Archive createDeployment() {

WebArchive archive = ShrinkWrap.create(ZipImporter.class, "genie-web.war")
Expand Down

0 comments on commit b35c33b

Please sign in to comment.