Skip to content

Commit

Permalink
Merge pull request jpos#277 from chhil/patch-7
Browse files Browse the repository at this point in the history
Update ThreadPool.java
  • Loading branch information
ar authored Feb 11, 2020
2 parents a3a1bcd + 7d244a7 commit 717f87e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jpos/src/main/java/org/jpos/util/ThreadPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ public void dump (PrintStream p, String indent) {
p.println (inner + "<jobs>" + getJobCount() + "</jobs>");
p.println (inner + "<size>" + getPoolSize() + "</size>");
p.println (inner + "<max>" + getMaxPoolSize() + "</max>");
p.println (inner + "<active>" + getActiveCount() + "</active>");
p.println (inner + "<idle>" + getIdleCount() + "</idle>");
p.println (inner + "<active>" + getActiveCount() + "</active>");
p.println (inner + "<pending>" + getPendingCount() + "</pending>");
Expand Down

0 comments on commit 717f87e

Please sign in to comment.