We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204d6d6 commit 955e5a4Copy full SHA for 955e5a4
gitlab4j-models/src/main/java/org/gitlab4j/api/models/Setting.java
@@ -1131,8 +1131,8 @@ public enum Setting {
1131
USER_OAUTH_APPLICATIONS(Boolean.class),
1132
1133
/**
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.
+ * When set to false disable the "You won’t be able to pull or push project code
+ * via SSH" warning shown to users with no uploaded SSH key.
1136
*/
1137
USER_SHOW_ADD_SSH_KEY_MESSAGE(Boolean.class),
1138
0 commit comments