fixed error message
This commit is contained in:
parent
f4631b1cb6
commit
d9112d071b
|
|
@ -178,7 +178,7 @@ public class TilesConfigurer implements ServletContextAware, InitializingBean, D
|
|||
this.tilesInitializer = (TilesInitializer) clazz.newInstance();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
throw new IllegalStateException("Tiles 2.2 not available", ex);
|
||||
throw new IllegalStateException("Tiles-Extras 2.2 not available", ex);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue