cancel
Showing results for 
Search instead for 
Did you mean: 

perhaps a little problem in ResourceStreamSource

stzdzyhs
Champ in-the-making
Champ in-the-making
Hello,
seems it's a little problem in the ResourceStreamSource.getInputStream()
the line: classLoader.getResourceAsStream(resource);
is: inputStream = classLoader.getResourceAsStream(resource); ?

thanks to create this great engine!
chenzero
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

You're right that it's not good code. It seems however that this method is never used or did you run into problems?

Best regards,

stzdzyhs
Champ in-the-making
Champ in-the-making
Hi,
No, I did not encounter any problem, just occasionally saw that line of code.

Thanks,
chenzero