Skip to content

Commit 2c63ff4

Browse files
idodeclaretarzanek
authored andcommitted
Fix my dumb mistake leaving a line out from commit
1 parent e492c72 commit 2c63ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/org/opensolaris/opengrok/util/StreamUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static Definitions readTagsFromResource(String tagsResourceName,
9494
try {
9595
splitter.reset(src);
9696
} catch (IOException ex) {
97-
Exceptions.printStackTrace(ex);
97+
System.err.println(ex.toString());
9898
return null;
9999
}
100100
return splitter;

0 commit comments

Comments
 (0)