Skip to content

Commit

Permalink
[HWKMETRICS-648] checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Apr 20, 2017
1 parent 8abb44c commit acafc06
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

import java.util.UUID;

import rx.functions.Func1;
import rx.functions.Func2;

/**
* Provides information about scheduled jobs.
*
Expand All @@ -35,8 +32,8 @@ public interface JobDetails {

/**
* Every job has a type. The scheduler uses the type to determine who is responsible for the job execution.
* @see Scheduler#register(String, Func1)
* @see Scheduler#register(String, Func1, Func2)
* @see Scheduler#register(String, rx.functions.Func1)
* @see Scheduler#register(String, rx.functions.Func1, rx.functions.Func2)
*/
String getJobType();

Expand Down

0 comments on commit acafc06

Please sign in to comment.