Commit 02a786ad authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove extra commas.

parent 53c92475
......@@ -178,7 +178,7 @@
"Dream-Queue": {
property_list: [property_container["capacity"],
property_container["isDummy"],
property_container["schedulingRule"],
property_container["schedulingRule"]
],
_class: 'Dream.Queue'
},
......@@ -194,7 +194,7 @@
"Dream-QueueJobShop": {
property_list: [property_container["capacity"],
property_container["isDummy"],
property_container["schedulingRule"],
property_container["schedulingRule"]
],
_class: 'Dream.QueueJobShop'
},
......
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