[IOT-1556] Changes in cloud according to the stateless in CloudInterface and AccountS...
[platform/upstream/iotivity.git] / cloud / account / src / main / java / org / iotivity / cloud / accountserver / resources / acl / invite / InviteResource.java
index d018924..99f953e 100644 (file)
@@ -169,6 +169,7 @@ public class InviteResource extends Resource {
 
             String acceptStr = queryParams.get(Constants.REQ_INVITE_ACCEPT)
                     .get(0);
+
             boolean accepted = false;
             if (acceptStr.equals(Constants.INVITE_ACCEPT)) {
                 accepted = true;