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

truongbb - demo ci

parent 5bf8bbec
Pipeline #504 failed with stages
in 1 minute and 17 seconds
...@@ -10,10 +10,10 @@ import java.util.List; ...@@ -10,10 +10,10 @@ import java.util.List;
public class StudentRepositoryImpl implements StudentRepository { public class StudentRepositoryImpl implements StudentRepository {
@Override @Override
public List<Student> getAll() { public List<Student> getAll() {
// try { try {
// int a = 1 / 0; int a = 1 / 0;
// } catch (Exception e) { } catch (Exception e) {
// } }
return Arrays.asList(new Student(1, "Nguyen Van 1", "Ha Noi 1"), return Arrays.asList(new Student(1, "Nguyen Van 1", "Ha Noi 1"),
new Student(1, "Nguyen Van 2", "Ha Noi 2"), 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