sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi/src/com/nokia/carbide/cpp/internal/pi/manager/BackgroundLoader.java
changeset 12 ae255c9aa552
parent 2 b9ab3b238396
equal deleted inserted replaced
11:5b9d4d8641ce 12:ae255c9aa552
    25  * This can be used to help offset one of the biggest detractors from
    25  * This can be used to help offset one of the biggest detractors from
    26  * the Java language:  Class loading delays.
    26  * the Java language:  Class loading delays.
    27  *
    27  *
    28  **/
    28  **/
    29 
    29 
    30 public class BackgroundLoader implements Runnable
    30 public final class BackgroundLoader implements Runnable
    31 {
    31 {
    32 	/**
    32 	/**
    33 	 * Thread used to load classes in the background
    33 	 * Thread used to load classes in the background
    34 	 **/
    34 	 **/
    35 
    35