Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1810 - development/main/home/transit/handler/src/main/net/dpml/io

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1810 - development/main/home/transit/handler/src/main/net/dpml/io
  • Date: Fri, 18 Feb 2005 10:26:03 +0100

Author: niclas
Date: Fri Feb 18 10:26:02 2005
New Revision: 1810

Modified:

development/main/home/transit/handler/src/main/net/dpml/io/ResourceHelper.java
Log:
Formatting only.

Modified:
development/main/home/transit/handler/src/main/net/dpml/io/ResourceHelper.java
==============================================================================
---
development/main/home/transit/handler/src/main/net/dpml/io/ResourceHelper.java
(original)
+++
development/main/home/transit/handler/src/main/net/dpml/io/ResourceHelper.java
Fri Feb 18 10:26:02 2005
@@ -48,7 +48,8 @@
* @param destination the destination file
* @exception IOException if something goes wrong
*/
- public static void unpack( ClassLoader classloader, String resource,
File destination ) throws IOException
+ public static void unpack( ClassLoader classloader, String resource,
File destination )
+ throws IOException
{
destination.getParentFile().mkdirs();
InputStream dll = null;
@@ -66,9 +67,9 @@
}
catch( Throwable e )
{
- final String error =
+ final String error =
"Unexpected error while attempting to unpack the resource ["
- + resource
+ + resource
+ "]";
throw new CascadingIOException( error, e );
}
@@ -99,7 +100,7 @@
}
}

- /**
+ /**
* Copy from one stream to another.
* @param from the source input stream.
* @param to the destination output stream.



  • svn commit: r1810 - development/main/home/transit/handler/src/main/net/dpml/io, niclas, 02/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page