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
274274e8
Commit
274274e8
authored
Jul 09, 2019
by
Greg Messner
Browse files
Added toString() implementation.
parent
70ab67b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/services/NotificationService.java
View file @
274274e8
...
...
@@ -5,6 +5,7 @@ import java.util.HashMap;
import
java.util.Map
;
import
org.gitlab4j.api.GitLabApiForm
;
import
org.gitlab4j.api.utils.JacksonJson
;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
...
...
@@ -279,4 +280,9 @@ public abstract class NotificationService {
properties
.
put
(
prop
,
value
);
}
@Override
public
String
toString
()
{
return
(
JacksonJson
.
toJsonString
(
this
));
}
}
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