Skip to content

Commit

Permalink
Very minor comment fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Nov 6, 2023
1 parent 746ac7b commit f3d3a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ChainExecutor implements Executor
private Executor externalExecutor;

/**
* @see #execute(Runnable).
* @see #execute(Runnable)
*/
public ChainExecutor ( Executor externalExecutor, Executor internalExecutor )
{
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/uk/ac/ebi/utils/runcontrol/StatsExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ public synchronized int getLastFailedCalls ()


/**
* @see #execute(Runnable). If true, exceptions are let to reach the invoker. If you have a service that is known
* @see #execute(Runnable)
*
* If true, exceptions are let to reach the invoker. If you have a service that is known
* to fail, you may want to just record failures and let your program to continue, e.g., with null result.
*/
public boolean isPopUpExceptions ()
Expand Down

0 comments on commit f3d3a4c

Please sign in to comment.