See gh-19995
This commit is contained in:
Johnny Lim
2020-02-01 00:00:26 +09:00
committed by Stephane Nicoll
parent afb67887da
commit e6d5f5a271
7 changed files with 13 additions and 29 deletions

View File

@@ -161,7 +161,7 @@ public final class WebMvcTags {
}
/**
* Creates a {@code exception} tag based on the {@link Class#getSimpleName() simple
* Creates an {@code exception} tag based on the {@link Class#getSimpleName() simple
* name} of the class of the given {@code exception}.
* @param exception the exception, may be {@code null}
* @return the exception tag derived from the exception