Author: toad
Date: 2008-04-05 13:44:31 +0000 (Sat, 05 Apr 2008)
New Revision: 19024
Modified:
trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java
Log:
indenting
Modified: trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java 2008-04-05
13:44:17 UTC (rev 19023)
+++ trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java 2008-04-05
13:44:31 UTC (rev 19024)
@@ -126,12 +126,12 @@
this.parts = new HashMap();
this.bucketfactory = ctx.getBucketFactory();
if(data != null) {
- try {
- this.parseMultiPartData();
- } catch (IOException ioe) {
- Logger.error(this, "Temporary files error ? Could not
parse: "+ioe, ioe);
+ try {
+ this.parseMultiPartData();
+ } catch (IOException ioe) {
+ Logger.error(this, "Temporary files error ?
Could not parse: "+ioe, ioe);
+ }
}
- }
}