mirror of https://github.com/apache/jclouds.git
Typos.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2585 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
fd7471e4d1
commit
2ed3274bf9
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue