verd.... Ich habe nur gewusst, dass slingHome null sein kann, aber dass
dieser Test dort schon gemacht wurde, habe ich nicht beachtet. Alles
klar. Sorry.

Gruss
Felix

Am Dienstag, den 18.09.2007, 16:57 +0200 schrieb Carsten Ziegeler:
> [EMAIL PROTECTED] schrieb:
> > @@ -793,7 +874,7 @@
> >                  try {
> >                      if (is == null && slingHome != null) {
> >                          File resFile = new File(file);
> > -                        if (!resFile.isAbsolute() ) {
> > +                        if (!resFile.isAbsolute()  && slingHome != null) {
> I think you don't need the second slingHome check as the first if only
> evaluates to true if slingHome is not null.
> 
> Carsten
> 

Reply via email to