Add 'src/be/nikiroo/utils/' from commit '46add0670fdee4bd936a13fe2448c5e20a7ffd0a'
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / SerialUtils.java
index 5a20215cb97dca4956df7f9e986d453c73a1c626..ad3b5d4da2a8dae4955e12ce28f2cfd9a51fc5f7 100644 (file)
@@ -511,7 +511,6 @@ public class SerialUtils {
                                throw new IOException("Unknown custom type: " + type);
                        } finally {
                                content.close(false);
-                               // TODO: check what happens with thrown Exception in finally
                                encodedValue.end();
                        }
                }