gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl, error message for converting the stream
authorDoni Pracner <quinnuendo@gmail.com>
Tue, 17 Jul 2018 22:42:12 +0000 (00:42 +0200)
committerDoni Pracner <quinnuendo@gmail.com>
Tue, 17 Jul 2018 22:42:12 +0000 (00:42 +0200)
src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java

index 7a74aa3..14ef154 100644 (file)
@@ -939,7 +939,7 @@ public class mjc2wsl{
                        try {
                                convertStream(Files.newInputStream(p));
                        } catch (Exception e) {
                        try {
                                convertStream(Files.newInputStream(p));
                        } catch (Exception e) {
-                               // TODO Auto-generated catch block
+                               System.err.println("Failed converting the stream");
                                e.printStackTrace();
                        }
                        long mili = Calendar.getInstance().getTimeInMillis()
                                e.printStackTrace();
                        }
                        long mili = Calendar.getInstance().getTimeInMillis()
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner