DroidFish: Improved comment.

This commit is contained in:
Peter Osterlund 2015-12-19 08:13:00 +01:00
parent b1dbe5293c
commit e0c07f52ab

View File

@ -169,7 +169,7 @@ public class ExternalEngine extends UCIEngineBase {
} }
} }
/** Try to change the engine process priority to 5. */ /** Try to lower the engine process priority. */
private void reNice() { private void reNice() {
try { try {
java.lang.reflect.Field f = engineProc.getClass().getDeclaredField("pid"); java.lang.reflect.Field f = engineProc.getClass().getDeclaredField("pid");