On 2011-03-11, Gav... wrote: >> - String filename = "tmp" + random.nextLong() + ".unkownTyoe"; >> + String filename = "tmp" + random.nextLong() + ".unkownType";
> Still a typo left there, > s/unkownType/unknownType yes, thanks. Fixed now. Stefan
On 2011-03-11, Gav... wrote: >> - String filename = "tmp" + random.nextLong() + ".unkownTyoe"; >> + String filename = "tmp" + random.nextLong() + ".unkownType";
> Still a typo left there, > s/unkownType/unknownType yes, thanks. Fixed now. Stefan