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
6e759a55
Commit
6e759a55
authored
Mar 28, 2017
by
Greg Messner
Browse files
Cleaned up Javadocs.
parent
d52af968
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/AbstractApi.java
View file @
6e759a55
...
@@ -249,7 +249,8 @@ public abstract class AbstractApi {
...
@@ -249,7 +249,8 @@ public abstract class AbstractApi {
/**
/**
* Wraps an exception in a GitLabApiException if needed.
* Wraps an exception in a GitLabApiException if needed.
*
*
* @param thrown the exception that should be wrapped
* @param thrown the exception that should be wrapped
* @return either the untouched GitLabApiException or a new GitLabApiExceptin wrapping a non-GitLabApiException
*/
*/
protected
GitLabApiException
handle
(
Exception
thrown
)
{
protected
GitLabApiException
handle
(
Exception
thrown
)
{
...
...
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