gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6cc94cc)
raw | patch | inline | side by side (parent: 6cc94cc)
author | Doni Pracner <quinnuendo@gmail.com> | |
Tue, 17 Jul 2018 22:42:12 +0000 (00:42 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Tue, 17 Jul 2018 22:42:12 +0000 (00:42 +0200) |
src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java | patch | blob | history |
diff --git a/src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java b/src/com/quemaster/transformations/mjc2wsl/mjc2wsl.java
index 7a74aa35ad0e603245d1cc5d9035eb23b3337eca..14ef154be9ced6c9ef7a5907541a958f25a201c7 100644 (file)
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()