Skip to content

Commit

Permalink
MATP-981 Can't Compile Remote Strategy
Browse files Browse the repository at this point in the history
git-svn-id: https://source.marketcetera.org/root/trunk@17592 501a4a96-914b-0410-8454-f5988a4ca596
  • Loading branch information
colin committed Oct 18, 2017
1 parent cecbb37 commit 0cf48e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.marketcetera.clienttest;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;

import org.marketcetera.module.ModuleURN;
import org.marketcetera.saclient.CreateStrategyParameters;
Expand Down Expand Up @@ -65,7 +65,7 @@ public void receiveData(Object inObject)
new File(SaClientTest.class.getClassLoader().getResource("HelloWorld.java").getFile()),
null,
true);
} catch (FileNotFoundException e1) {
} catch (IOException e1) {
e1.printStackTrace();
return;
}
Expand Down

0 comments on commit 0cf48e6

Please sign in to comment.