Loading de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/T3Q.java +1 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,7 @@ public class T3Q { } } } return (count == 0 && !empty) ? 1 : count + 1; return (count == 0 && !empty) ? 1 : count; } finally { is.close(); } Loading Loading
de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/T3Q.java +1 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,7 @@ public class T3Q { } } } return (count == 0 && !empty) ? 1 : count + 1; return (count == 0 && !empty) ? 1 : count; } finally { is.close(); } Loading