Skip to content

Commit 37622b0

Browse files
author
peacekeeper
committed
reverse interceptor result
1 parent 9917e61 commit 37622b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging-target/src/main/java/xdi2/messaging/target/interceptor/impl/linkcontract/LinkContractInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public InterceptorResult before(Operation operation, Graph operationResultGraph,
320320

321321
// done
322322

323-
return XDIConstants.XDI_ADD_ROOT.equals(hold) ? InterceptorResult.SKIP_SIBLING_INTERCEPTORS_AND_MESSAGING_TARGET : InterceptorResult.DEFAULT;
323+
return XDIConstants.XDI_ADD_ROOT.equals(hold) ? InterceptorResult.DEFAULT : InterceptorResult.SKIP_SIBLING_INTERCEPTORS_AND_MESSAGING_TARGET;
324324
}
325325

326326
@Override

0 commit comments

Comments
 (0)