Skip to content
Snippets Groups Projects
Commit 7e486c36 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

fixes on postprocessing

parent 94fb3713
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ public class GlobalToLocalNetsPostProcessor implements PostProcessor<PetriNet> {
attr2.setValue(placeType);
port.setAttributeNode(attr2);
if(!withLimit) {
if(withLimit) {
Attr attr3 = doc.createAttribute(PnmlConstants.CHANNEL_LIMIT_KEY);
attr3.setValue(String.valueOf(innerEntry.getValue()));
port.setAttributeNode(attr3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment