Skip to content

Commit

Permalink
Update Javadoc for MockMvc
Browse files Browse the repository at this point in the history
Deleted reference to the obsolete configureWarRootDir() method from the
stand-alone spring-test-mvc project.
  • Loading branch information
sbrannen committed Jan 10, 2013
1 parent 91da138 commit 18bf860
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2012 the original author or authors.
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -38,7 +38,7 @@
*
* WebApplicationContext wac = ...;
*
* MockMvc mockMvc = webAppContextSetup(wac).configureWarRootDir("src/main/webapp", false).build()
* MockMvc mockMvc = webAppContextSetup(wac).build();
*
* mockMvc.perform(get("/form"))
* .andExpect(status().isOk())
Expand Down

0 comments on commit 18bf860

Please sign in to comment.