Searched refs:helloLength (Results 1 – 1 of 1) sorted by relevance
129 int helloLength = HELLOS.length; in sayHello() local130 String hello = HELLOS[RANDOM.nextInt(helloLength)]; in sayHello()