Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Revert "Changes to support building with Java 5"
Browse files Browse the repository at this point in the history
This reverts commit 9f2cdaf.
  • Loading branch information
royclarkson committed Mar 2, 2013
1 parent 9f2cdaf commit b731efc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
Expand Up @@ -28,6 +28,7 @@
*/
public class MainWebApplicationInitializer implements WebApplicationInitializer {

@Override
public void onStartup(ServletContext servletContext) {
AnnotationConfigWebApplicationContext appContext = new AnnotationConfigWebApplicationContext();
appContext.setServletContext(servletContext);
Expand Down
Expand Up @@ -28,6 +28,7 @@
*/
public class MainWebApplicationInitializer implements WebApplicationInitializer {

@Override
public void onStartup(ServletContext servletContext) {
AnnotationConfigWebApplicationContext appContext = new AnnotationConfigWebApplicationContext();
appContext.setServletContext(servletContext);
Expand Down
Expand Up @@ -28,6 +28,7 @@
*/
public class MainWebApplicationInitializer implements WebApplicationInitializer {

@Override
public void onStartup(ServletContext servletContext) {
AnnotationConfigWebApplicationContext appContext = new AnnotationConfigWebApplicationContext();
appContext.setServletContext(servletContext);
Expand Down
Expand Up @@ -28,6 +28,7 @@
*/
public class MainWebApplicationInitializer implements WebApplicationInitializer {

@Override
public void onStartup(ServletContext servletContext) {
AnnotationConfigWebApplicationContext appContext = new AnnotationConfigWebApplicationContext();
appContext.setServletContext(servletContext);
Expand Down
Expand Up @@ -28,6 +28,7 @@
*/
public class MainWebApplicationInitializer implements WebApplicationInitializer {

@Override
public void onStartup(ServletContext servletContext) {
AnnotationConfigWebApplicationContext appContext = new AnnotationConfigWebApplicationContext();
appContext.setServletContext(servletContext);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
</modules>

<properties>
<java-version>1.5</java-version>
<java-version>1.6</java-version>
<org.springframework-version>3.2.1.RELEASE</org.springframework-version>
<org.springframework.mobile-version>1.1.0.BUILD-SNAPSHOT</org.springframework.mobile-version>
<org.aspectj-version>1.6.9</org.aspectj-version>
Expand Down

0 comments on commit b731efc

Please sign in to comment.