fixed error message

This commit is contained in:
Juergen Hoeller 2010-02-14 23:59:53 +00:00
parent f4631b1cb6
commit d9112d071b
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class TilesConfigurer implements ServletContextAware, InitializingBean, D
this.tilesInitializer = (TilesInitializer) clazz.newInstance(); this.tilesInitializer = (TilesInitializer) clazz.newInstance();
} }
catch (Exception ex) { catch (Exception ex) {
throw new IllegalStateException("Tiles 2.2 not available", ex); throw new IllegalStateException("Tiles-Extras 2.2 not available", ex);
} }
} }
else { else {