You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/08/14 20:24:12 UTC

Re: svn commit: r431393 - in /incubator/abdera/java/trunk/client/src: main/java/org/apache/abdera/protocol/client/CommonsClient.java main/java/org/apache/abdera/protocol/client/RequestOptions.java test/java/org/apache/abdera/test/client/cache/CacheTe

On 8/14/06, jmsnell@apache.org <jm...@apache.org> wrote:

>        } catch (Throwable t) {
> +        t.printStackTrace();
>          throw new ClientException(t);
>        }

Looks like some extra debugging code snuck in.

-garrett