CE-1887 Increasing test coverage

This commit is contained in:
2024-10-21 09:54:04 -05:00
parent 5e37beabbe
commit 2965338e22
10 changed files with 686 additions and 4 deletions

View File

@ -80,7 +80,7 @@ class ExecutorCodeGenerator
/***************************************************************************
**
***************************************************************************/
private void writeAllFiles(String rootPath, String baseName) throws IOException
void writeAllFiles(String rootPath, String baseName) throws IOException
{
if(baseName.endsWith("Executor"))
{

View File

@ -89,7 +89,7 @@ class SpecCodeGenerator
/***************************************************************************
**
***************************************************************************/
private void writeAllFiles(String rootPath, String version, String baseName) throws IOException
void writeAllFiles(String rootPath, String version, String baseName) throws IOException
{
writeAllFiles(rootPath, version, baseName, baseName);
}