You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/06/12 23:00:57 UTC

[04/23] incubator-usergrid git commit: un-parrelize app delete

un-parrelize app delete


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

Branch: refs/heads/USERGRID-744
Commit: ae22b0904df8d2046366dd3dd27cde0db58dddab
Parents: a8bb3f2
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu Jun 11 11:25:30 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu Jun 11 11:25:30 2015 -0600

----------------------------------------------------------------------
 .../apache/usergrid/rest/applications/ApplicationDeleteIT.java   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ae22b090/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationDeleteIT.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationDeleteIT.java b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationDeleteIT.java
index bdd6e46..a70fee1 100644
--- a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationDeleteIT.java
+++ b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationDeleteIT.java
@@ -29,12 +29,14 @@ import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+import net.jcip.annotations.NotThreadSafe;
+
 import javax.ws.rs.core.MediaType;
 import java.util.*;
 
 import static org.junit.Assert.fail;
 
-
+@NotThreadSafe
 public class ApplicationDeleteIT extends AbstractRestIT {
 
     private static final Logger logger = LoggerFactory.getLogger(ApplicationDeleteIT.class);