We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91e9ec commit fff34ebCopy full SHA for fff34eb
approvaltests-util/src/main/java/com/spun/util/velocity/ServletContextLoader.java
@@ -55,7 +55,7 @@ public void init(ExtProperties configuration)
55
* @return InputStream containing the template
56
*/
57
@Override
58
- public Reader getResourceReader(String source, String encoding) throws ResourceNotFoundException
+ public Reader getResourceReader(String source, String encoding)
59
{
60
if (source == null || source.length() == 0)
61
{ return null; }
0 commit comments