Skip to content

Commit d9112d0

Browse files
committed
fixed error message
1 parent f4631b1 commit d9112d0

File tree

1 file changed

+1
-1
lines changed
  • org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/tiles2

1 file changed

+1
-1
lines changed

org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/tiles2/TilesConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void setCompleteAutoload(boolean completeAutoload) {
178178
this.tilesInitializer = (TilesInitializer) clazz.newInstance();
179179
}
180180
catch (Exception ex) {
181-
throw new IllegalStateException("Tiles 2.2 not available", ex);
181+
throw new IllegalStateException("Tiles-Extras 2.2 not available", ex);
182182
}
183183
}
184184
else {

0 commit comments

Comments
 (0)