You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by sh...@apache.org on 2005/04/16 16:53:04 UTC

svn commit: r161576 - excalibur/trunk/components/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java

Author: shash
Date: Sat Apr 16 07:53:04 2005
New Revision: 161576

URL: http://svn.apache.org/viewcvs?view=rev&rev=161576
Log:
Fix formatting

Modified:
    excalibur/trunk/components/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java

Modified: excalibur/trunk/components/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java?view=diff&r1=161575&r2=161576
==============================================================================
--- excalibur/trunk/components/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java (original)
+++ excalibur/trunk/components/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java Sat Apr 16 07:53:04 2005
@@ -165,7 +165,8 @@
                 m_mimeType = m_connection.getContentType();
                 int contentLength = m_connection.getContentLength();
                 setContentLength(contentLength);
-                m_exists = contentLength >= 0;            }
+                m_exists = contentLength >= 0;
+            }
             catch (IOException ignore)
             {
                 super.getInfos();



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org