Skip to content

Commit

Permalink
fix : static 키워드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jan 20, 2024
1 parent f1f8feb commit 5459677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private boolean isNull(String findCertificationNumber) {
return findCertificationNumber == null;
}

private static boolean isNotMatch(String certificationNumber, String findCertificationNumber) {
private boolean isNotMatch(String certificationNumber, String findCertificationNumber) {
return !certificationNumber.equals(findCertificationNumber);
}
}

0 comments on commit 5459677

Please sign in to comment.