Author: imario
Date: Sun May 13 22:40:17 2007
New Revision: 537713

URL: http://svn.apache.org/viewvc?view=rev&rev=537713
Log:
VFS-132: Thanks to Adam Heath for pointing out

Modified:
    
jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/DefaultFileContent.java

Modified: 
jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/DefaultFileContent.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/DefaultFileContent.java?view=diff&rev=537713&r1=537712&r2=537713
==============================================================================
--- 
jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/DefaultFileContent.java
 (original)
+++ 
jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/DefaultFileContent.java
 Sun May 13 22:40:17 2007
@@ -238,10 +238,12 @@
         throws FileSystemException
     {
         getAttributes();
+               /* [EMAIL PROTECTED]: VFS-132 since I do not know why I've done 
this, I'll disable it again
                if (attrs.containsKey(attrName))
                {
                        return attrs.get(attrName);
                }
+               */
                return attrs.get(attrName.toLowerCase());
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to