Skip to content

Commit

Permalink
Update Producer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ypbl authored Apr 3, 2020
1 parent 6ee6bec commit f614d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eip/fileintegration/serializedobjects/Producer.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static void main(String args[]) {
public void run() {
try {
new Producer().setVisible(true);
} catch (FileNotFoundException ex) {
} catch (IOException ex) {
System.out.println("Error opening export");
}
}
Expand Down

0 comments on commit f614d4c

Please sign in to comment.