Skip to content

Commit

Permalink
malformed HTML fails in CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
theron-wang committed Jul 12, 2024
1 parent 3089287 commit 7c83f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static ResolvedReferenceType classOrInterfaceTypeToResolvedReferenceType(
*
* @param value The value to evaluate the type of
* @return The corresponding type name for the value: constrained to a primitive type, String,
* Class<?>, an enum, an annotation, or an array of any of those types, as per annotation
* Class&lt;?&gt;, an enum, an annotation, or an array of any of those types, as per annotation
* parameter requirements.
*/
public static String getValueTypeFromAnnotationExpression(Expression value) {
Expand Down

0 comments on commit 7c83f2b

Please sign in to comment.