FIXTradingCommunity / fix-orchestra-quickfix

FIX Orchestra / QuickFIX integration
Apache License 2.0
3 stars 5 forks source link

CodeGeneratorJ main method throws Checked Exception #3

Closed david-gibbs-ig closed 2 years ago

david-gibbs-ig commented 2 years ago

main methods should not throw checked exceptions. It wasn't actually the cause of the mvn exec plugin error that I encountered but might as well remove the checked exception.

public static void main(String[] args) throws IOException {

david-gibbs-ig commented 2 years ago

Closed by https://github.com/FIXTradingCommunity/fix-orchestra-quickfix/pull/4