From 0743f9436931c2e170a0c4c5ef1a54642c26c417 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Fri, 28 Mar 2014 21:19:53 +0100 Subject: [PATCH] Javadoc Removed support for JBoss AS 5's VFS The Spring 4 VfsUtils class does not support any more the VFS 2 of JBoss AS 5 and JBoss 5.x EAP. See commit https://github.com/spring-projects/spring-framework/commit/ca194261a42a0a4f0c8bdc36f447e1029a7d2e3e --- .../src/main/java/org/springframework/core/io/VfsResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/core/io/VfsResource.java b/spring-core/src/main/java/org/springframework/core/io/VfsResource.java index 2b492ab0b901..afc318f48ab8 100644 --- a/spring-core/src/main/java/org/springframework/core/io/VfsResource.java +++ b/spring-core/src/main/java/org/springframework/core/io/VfsResource.java @@ -27,7 +27,7 @@ /** * VFS based {@link Resource} implementation. - * Supports the corresponding VFS API versions on JBoss AS 5.x as well as 6.x and 7.x. + * Supports the corresponding VFS API versions on JBoss AS 6.x as well as 7.x. * * @author Ales Justin * @author Juergen Hoeller