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
05be8981
Commit
05be8981
authored
Feb 18, 2014
by
gmessner
Browse files
Cleaned up some comments.
parent
605f0778
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/messners/gitlab/api/webhook/WebHook.java
View file @
05be8981
...
...
@@ -110,7 +110,7 @@ public class WebHook {
/**
* Adds a WebHook event listener.
*
* @param
l the SMTPStatus
Listener to add
* @param
listener the WebHook
Listener to add
*/
public
static
synchronized
void
addListener
(
WebHookListener
listener
)
{
...
...
@@ -121,9 +121,9 @@ public class WebHook {
/**
* Removes a
SMTP
event listener.
* Removes a
WebHook
event listener.
*
* @param
l the SMTPStatus
Listener to remove
* @param
listener the WebHook
Listener to remove
*/
public
static
synchronized
void
removeListener
(
WebHookListener
listener
)
{
webhookListeners
.
remove
(
listener
);
...
...
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