Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Apr 1, 2024
1 parent 02b36d7 commit 52e76c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/teammates/common/util/FieldValidator.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public final class FieldValidator {
// others
public static final String STUDENT_ROLE_COMMENTS_FIELD_NAME = "comments about a student enrolled in a course";
public static final int STUDENT_ROLE_COMMENTS_MAX_LENGTH = 500;

/*
* =======================================================================
* Field: Course ID
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/teammates/ui/constants/ApiStringConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Object getValue() {
}

/**
* Double escape regex pattern strings to ensure the pattern remains correct when converted
* Double escape regex pattern strings to ensure the pattern remains correct when converted.
*/
private static String doubleEscapeRegex(String regexStr) {
return regexStr.replace("\\", "\\\\");
Expand Down

0 comments on commit 52e76c0

Please sign in to comment.