Skip to content

Commit

Permalink
correct line numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Nov 6, 2015
1 parent acfc070 commit 715615c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -131,7 +131,7 @@ public void testCaught() {
@Test
public void testLocationExtraction_Bug114() {
XLogger logger = XLoggerFactory.getXLogger("UnitTest");
int line = 136; // requires update if line numbers change
int line = 135; // requires update if line numbers change
logger.exit();
logger.debug("hello");

Expand Down

0 comments on commit 715615c

Please sign in to comment.