Java tutorial
//package com.java2s; //=== it under the terms of the GNU General Public License as published by public class Main { /** Get thread priority calc'd from runtime or settings. * * @return threadPriority */ public static int getPriority() { return Thread.NORM_PRIORITY; } }