格式化输入和输出

This commit is contained in:
YuCheng Hu 2022-06-20 10:46:59 -04:00
parent 61bb6834e6
commit de42646567
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class NumberFormatExceptionTest {
// Integer aIntegerObj = new Integer("one");
// Double doubleDecimalObj = new Double("two.2");
// Double doubleDecimalObj = new Double("two.2");
}

View File

@ -2,6 +2,7 @@ package com.ossez.multiline;
import org.junit.Test;
import javax.swing.*;
import java.io.IOException;
import static org.junit.Assert.assertEquals;