Skip to content

Commit

Permalink
Update doc-comment for the class
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Oct 28, 2023
1 parent 0a45010 commit 27f8c5b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

import java.util.concurrent.ThreadFactory;


/**
* A {@link ThreadFactory} object that creates new threads on demand for IBM MQ queue or topic actions.
*/
public class MQThreadFactory implements ThreadFactory {

private final String threadGroupName;
Expand Down

0 comments on commit 27f8c5b

Please sign in to comment.