This commit is contained in:
Anthony Stirling
2024-06-06 21:59:13 +01:00
parent a3bf7baf35
commit 03150c6462
4 changed files with 83 additions and 79 deletions

View File

@@ -37,9 +37,9 @@ public class InputStreamTemplateResource implements ITemplateResource {
return "streamResource";
}
@Override
public boolean exists() {
// TODO Auto-generated method stub
return false;
}
@Override
public boolean exists() {
// TODO Auto-generated method stub
return false;
}
}