Skip to content

Commit

Permalink
Fixed: Adapt some javadoc to let the build succeed
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1855674 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mthl committed Mar 16, 2019
1 parent 47d6f7a commit d90431a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public static Class<?> loadClass(String className, ClassLoader loader) throws Cl
* @throws InstantiationException
* @throws IllegalAccessException
* @throws NoSuchMethodException
* @throws InvocationTargetException,
* @throws InvocationTargetException
*/
public static Object getInstance(String className) throws ClassNotFoundException, InstantiationException,
IllegalAccessException, NoSuchMethodException, InvocationTargetException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ public static String getAuthenticationToken(HttpServletRequest request, HttpServ
}

/**
* Gets the authentication token from the "Authorization" header if it is in the form "Bearer <token>".
* Gets the authentication token from the "Authorization" header if it is
* in the form {@code Bearer <token>}.
*
* Public for API access from third party code.
*
* @param request the request to get the token from
Expand Down

0 comments on commit d90431a

Please sign in to comment.