fix readme files
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package com.baeldung.functional;
|
||||
|
||||
import java.util.Random;
|
||||
|
||||
public class MyService {
|
||||
|
||||
public int getRandomNumber() {
|
||||
return (new Random().nextInt(10));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user