We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e395292 commit e70e7f2Copy full SHA for e70e7f2
src/main/java/net/sharksystem/asap/engine/ASAPInternalPeerFS.java
@@ -234,7 +234,7 @@ public boolean asapRoutingAllowed(CharSequence applicationFormat) throws IOExcep
234
public void setAsapRoutingAllowed(CharSequence applicationFormat, boolean allowed)
235
throws IOException, ASAPException {
236
237
- this.getEngineByFormat(applicationFormat).routingAllowed();
+ this.getEngineByFormat(applicationFormat).setBehaviourAllowRouting(allowed);
238
}
239
240
@Override
0 commit comments