Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0fad8b9

Browse files
committed
Addressed checkstyle issue
1 parent1017900 commit0fad8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎data-mapper/src/test/java/com/iluwatar/datamapper/DataMapperTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void testFirstDataMapper() {
4545

4646
/* Create new student */
4747
intstudentId =1;
48-
Studentstudent =newStudent(studentId,"Adam",'A');
48+
Studentstudent =newStudent(studentId,"Adam",'A');
4949

5050
/* Add student in respectibe db */
5151
mapper.insert(student);
@@ -55,7 +55,7 @@ public void testFirstDataMapper() {
5555

5656
/* Update existing student object */
5757
StringupdatedName ="AdamUpdated";
58-
student =newStudent(student.getStudentId(),updatedName,'A');
58+
student =newStudent(student.getStudentId(),updatedName,'A');
5959

6060
/* Update student in respectibe db */
6161
mapper.update(student);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp