JAVA-2824 Fix tests in Java 9 and above modules
This commit is contained in:
@@ -6,8 +6,7 @@ import java.util.logging.Logger;
|
||||
public class OutputStreamExample {
|
||||
|
||||
public static void main(String[] args) {
|
||||
Logger log = Logger.getLogger(OutputStreamExample.class.getName());
|
||||
log.log(Level.INFO, Integer.toString(sum(1,2)));
|
||||
System.out.println(sum(1,2));
|
||||
}
|
||||
|
||||
public static int sum(int a, int b) {
|
||||
|
||||
Reference in New Issue
Block a user