Commit 0be542bf authored by Daniel Honsel's avatar Daniel Honsel
Browse files

fixed line count

parent cf07c40e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ public class T3Q {
					}
				}
			}
			return (count == 0 && !empty) ? 1 : count + 1;
			return (count == 0 && !empty) ? 1 : count;
		} finally {
			is.close();
		}