Commit 2b9e34ff authored by Bùi Bá Trường's avatar Bùi Bá Trường

truongbb - demo MR

parent e6cbd59f
Pipeline #506 passed with stages
in 1 minute and 17 seconds
......@@ -10,10 +10,10 @@ import java.util.List;
public class StudentRepositoryImpl implements StudentRepository {
@Override
public List<Student> getAll() {
try {
int a = 1 / 0;
} catch (Exception e) {
}
// try {
// int a = 1 / 0;
// } catch (Exception e) {
// }
return Arrays.asList(new Student(1, "Nguyen Van 1", "Ha Noi 1"),
new Student(1, "Nguyen Van 2", "Ha Noi 2"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment