Skip to content
Snippets Groups Projects
Commit 29c089d1 authored by Christian Wulf's avatar Christian Wulf
Browse files

added final

parent 0df99067
No related branches found
No related tags found
No related merge requests found
#FindBugs User Preferences #FindBugs User Preferences
#Wed Dec 17 09:02:35 CET 2014 #Fri Dec 19 13:43:52 CET 2014
detector_threshold=3 detector_threshold=3
effort=max effort=max
excludefilter0=.fbExcludeFilterFile|true excludefilter0=.fbExcludeFilterFile|true
......
package teetime.framework.idle; package teetime.framework.idle;
public class SleepStrategy implements IdleStrategy { public final class SleepStrategy implements IdleStrategy {
private final long timeoutInMs; private final long timeoutInMs;
......
package teetime.framework.idle; package teetime.framework.idle;
public class YieldStrategy implements IdleStrategy { public final class YieldStrategy implements IdleStrategy {
@Override @Override
public void execute() throws InterruptedException { public void execute() throws InterruptedException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment