made class final

master
melvin 2011-06-24 11:30:11 +08:00
parent 45fe662696
commit d00be62f84
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package magic.ui;
import java.util.HashMap;
import java.util.Map;
public class DelayedViewersThread extends Thread {
public final class DelayedViewersThread extends Thread {
private static final DelayedViewersThread VIEWER_THREAD=new DelayedViewersThread();