Skip to content

Commit

Permalink
Merge pull request #41 from tomsquest/patch-1
Browse files Browse the repository at this point in the history
Example do not compile
  • Loading branch information
Yegor Bugayenko committed Dec 5, 2014
2 parents 37e7f6e + 1800dfa commit fc91be9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/site/apt/threads-VerboseThreads.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ public class Main {
public void run() {
// some sensitive operation that may throw
// a runtime exception
},
1L, 1L, TimeUnit.SECONDS
}
}
}, 1L, 1L, TimeUnit.SECONDS
);
}
}
Expand All @@ -87,9 +86,8 @@ public class Main {
public void run() {
// the same sensitive operation that may throw
// a runtime exception
},
1L, 1L, TimeUnit.SECONDS
}
}
}, 1L, 1L, TimeUnit.SECONDS
);
}
}
Expand Down

0 comments on commit fc91be9

Please sign in to comment.