You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/07/11 07:12:31 UTC

[GitHub] [commons-lang] dvmarcilio commented on a diff in pull request #869: Add missing exception javadoc/tests for some null arguments

dvmarcilio commented on code in PR #869:
URL: https://github.com/apache/commons-lang/pull/869#discussion_r917608477


##########
src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java:
##########
@@ -1607,6 +1609,8 @@ private static String parameterizedTypeToString(final ParameterizedType paramete
      * @param rawClass the raw class to create a parameterized type instance for
      * @param typeVariableMap the map used for parameterization
      * @return {@link ParameterizedType}
+     * @throws NullPointerException if either {@code rawClass} or {@code typeVariable}

Review Comment:
   Oops. Thanks for finding it. Fixed it!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org