Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
883999bc
Commit
883999bc
authored
May 04, 2021
by
Benedikt Waldvogel
Browse files
Fix typo in a comment
parent
43976531
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/PropertyConstants.java
View file @
883999bc
...
@@ -4,7 +4,7 @@ public interface PropertyConstants {
...
@@ -4,7 +4,7 @@ public interface PropertyConstants {
String
TEST_PROJECT_SUBDIRECTORY_PATH
=
"src/main/docs/test-project.txt"
;
String
TEST_PROJECT_SUBDIRECTORY_PATH
=
"src/main/docs/test-project.txt"
;
// The following are keys used to look up values in the test properti
u
es file
// The following are keys used to look up values in the test properties file
String
ADMIN_PASSWORD_KEY
=
"TEST_ADMIN_PASSWORD"
;
String
ADMIN_PASSWORD_KEY
=
"TEST_ADMIN_PASSWORD"
;
String
ADMIN_USERNAME_KEY
=
"TEST_ADMIN_USERNAME"
;
String
ADMIN_USERNAME_KEY
=
"TEST_ADMIN_USERNAME"
;
String
ACCESS_TOKEN_KEY
=
"TEST_ACCESS_TOKEN"
;
String
ACCESS_TOKEN_KEY
=
"TEST_ACCESS_TOKEN"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment