@ -72,7 +73,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -72,7 +73,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
/**
*CreateanewGenericWebApplicationContext.
*Createanew{@codeGenericWebApplicationContext}.
*@see#setServletContext
*@see#registerBeanDefinition
*@see#refresh
@ -82,8 +83,8 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -82,8 +83,8 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -92,8 +93,8 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -92,8 +93,8 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -103,9 +104,10 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -103,9 +104,10 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -116,7 +118,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -116,7 +118,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -143,8 +145,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -143,8 +145,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -157,7 +158,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -157,7 +158,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -236,7 +237,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -236,7 +237,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
if(StringUtils.hasText(configLocation)){
thrownewUnsupportedOperationException(
"GenericWebApplicationContext does not support setConfigLocation(). "+
"Do you still have an 'contextConfigLocations' init-param set?");
"Do you still have a 'contextConfigLocation' init-param set?");
}
}
@ -245,7 +246,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -245,7 +246,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
if(!ObjectUtils.isEmpty(configLocations)){
thrownewUnsupportedOperationException(
"GenericWebApplicationContext does not support setConfigLocations(). "+
"Do you still have an 'contextConfigLocations' init-param set?");
"Do you still have a 'contextConfigLocations' init-param set?");