fix readme files

This commit is contained in:
Loredana Crusoveanu
2018-07-25 07:22:41 +03:00
parent 8baa17446d
commit 12989ac228
3 changed files with 2 additions and 16 deletions
@@ -1,11 +0,0 @@
package com.baeldung.functional;
import java.util.Random;
public class MyService {
public int getRandomNumber() {
return (new Random().nextInt(10));
}
}