Class NoOp

java.lang.Object
io.atlassian.fugue.retry.NoOp
All Implemented Interfaces:
Runnable

class NoOp extends Object implements Runnable
Runnable that does nothing.
  • Constructor Details

    • NoOp

      NoOp()
  • Method Details

    • run

      public void run()

      run.

      Specified by:
      run in interface Runnable