(int max)
| 50 | } |
| 51 | |
| 52 | private static int randomInt(int max) { |
| 53 | return new Random().nextInt(max); |
| 54 | } |
| 55 | |
| 56 | private static List<String> readTips() throws IOException { |
| 57 | InputStream tipsResource = Thread.currentThread() |
no outgoing calls
no test coverage detected