Skip to content

Commit

Permalink
refactored spring java config for web module to config package
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuckaby committed Jan 2, 2015
1 parent b45fc84 commit c7a7da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
package com.rf1m.image2css;
package com.rf1m.image2css.config;

import com.rf1m.image2css.config.CommonContextConfiguration;
import com.rf1m.image2css.ioc.WebObjectFactory;
Expand Down
2 changes: 1 addition & 1 deletion image2css-web/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -13,7 +13,7 @@

<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>com.rf1m.image2css.Image2CssWebContextConfiguration</param-value>
<param-value>com.rf1m.image2css.config.Image2CssWebContextConfiguration</param-value>
</context-param>

<listener>
Expand Down

0 comments on commit c7a7da3

Please sign in to comment.