Fix action message.

This commit is contained in:
Kai Zimmermann
2016-05-12 11:55:25 +02:00
parent 02e2608b40
commit 2c49fc8f77
4 changed files with 10 additions and 10 deletions

View File

@@ -118,9 +118,6 @@ public class DeviceSimulatorUpdater {
}
private static final class DeviceSimulatorUpdateThread implements Runnable {
/**
*
*/
private static final int MINIMUM_TOKENLENGTH_FOR_HINT = 6;
private static final Random rndSleep = new SecureRandom();