Skip to content

Commit fff34eb

Browse files
committed
R!! Upgrading velocity to velocity.engine.core
1 parent a91e9ec commit fff34eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests-util/src/main/java/com/spun/util/velocity/ServletContextLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void init(ExtProperties configuration)
5555
* @return InputStream containing the template
5656
*/
5757
@Override
58-
public Reader getResourceReader(String source, String encoding) throws ResourceNotFoundException
58+
public Reader getResourceReader(String source, String encoding)
5959
{
6060
if (source == null || source.length() == 0)
6161
{ return null; }

0 commit comments

Comments
 (0)