[jboss-cvs] JBossAS SVN: r95044 - projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 16 11:17:49 EDT 2009
Author: david.lloyd at jboss.com
Date: 2009-10-16 11:17:49 -0400 (Fri, 16 Oct 2009)
New Revision: 95044
Modified:
projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java
Log:
Minor cleanup
Modified: projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java
===================================================================
--- projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java 2009-10-16 15:09:44 UTC (rev 95043)
+++ projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java 2009-10-16 15:17:49 UTC (rev 95044)
@@ -116,7 +116,7 @@
}
// Perhaps this should be cached to avoid the fs stat call?
if (url && isDirectory())
- builder.append("/");
+ builder.append('/');
return builder.toString();
}
More information about the jboss-cvs-commits
mailing list