Skip to content

Commit 955e5a4

Browse files
authored
Replace unmappable character causing Windows build failure (#1261)
1 parent 204d6d6 commit 955e5a4

File tree

1 file changed

+2
-2
lines changed
  • gitlab4j-models/src/main/java/org/gitlab4j/api/models

1 file changed

+2
-2
lines changed

gitlab4j-models/src/main/java/org/gitlab4j/api/models/Setting.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,8 +1131,8 @@ public enum Setting {
11311131
USER_OAUTH_APPLICATIONS(Boolean.class),
11321132

11331133
/**
1134-
* When set to false disable the You won’t be able to pull or push project code
1135-
* via SSH warning shown to users with no uploaded SSH key.
1134+
* When set to false disable the "You won’t be able to pull or push project code
1135+
* via SSH" warning shown to users with no uploaded SSH key.
11361136
*/
11371137
USER_SHOW_ADD_SSH_KEY_MESSAGE(Boolean.class),
11381138

0 commit comments

Comments
 (0)