Commit 6e759a55 authored by Greg Messner's avatar Greg Messner
Browse files

Cleaned up Javadocs.

parent d52af968
...@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment