git-svn-id: http://jclouds.googlecode.com/svn/trunk@2585 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2010-01-03 23:14:02 +00:00
parent fd7471e4d1
commit 2ed3274bf9
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import com.google.common.collect.Maps;
import com.google.common.io.Closeables;
/**
* Reads properties and create resources for servlets.
* Reads properties and creates resources for servlets.
*
* @author Andrew Phillips
* @see SpringServletConfig

View File

@ -24,9 +24,10 @@ import org.springframework.web.servlet.handler.SimpleUrlHandlerMapping;
import com.google.common.collect.Maps;
/**
* Creates servlets,(using resources from the {@link SpringAppConfig}) and mappings.
* Creates servlets (using resources from the {@link SpringAppConfig}) and mappings.
*
* @author Andrew Phillips
* @see SpringAppConfig
*/
@Configuration
public class SpringServletConfig implements ServletConfigAware {