Commit 5f764931 by Kang Donghun

レビューされた部分のコード修正

parent 4d107e23
...@@ -2,7 +2,7 @@ package jp.agentec.abook.abv.bl.acms.client.parameters; ...@@ -2,7 +2,7 @@ package jp.agentec.abook.abv.bl.acms.client.parameters;
import jp.agentec.adf.net.http.HttpParameterObject; import jp.agentec.adf.net.http.HttpParameterObject;
public class InviteCollaborationParameters extends HttpParameterObject { public class InviteCollaborationParameters extends HttpParameterObject {
/** /**
* セッションID * セッションID
* @since 1.0.0 * @since 1.0.0
......
...@@ -1929,7 +1929,7 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve ...@@ -1929,7 +1929,7 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve
if (!currentActivityStack.isEmpty()) { if (!currentActivityStack.isEmpty()) {
int size = currentActivityStack.size(); int size = currentActivityStack.size();
for(int i = size-1; i >= 0; i--) { for (int i = size - 1; i >= 0; i--) {
ABVAuthenticatedActivity activity = currentActivityStack.elementAt(i); ABVAuthenticatedActivity activity = currentActivityStack.elementAt(i);
if (activity instanceof ChatWebviewActivity) { if (activity instanceof ChatWebviewActivity) {
activity2 = (ChatWebviewActivity) activity; activity2 = (ChatWebviewActivity) activity;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment