stevedlawrence commented on pull request #481: URL: https://github.com/apache/daffodil/pull/481#issuecomment-807344479
I think the new name makes more sense. The issue is that you changed the name where the class is defined, but didn't change the name where it's actually used, which is causing it to fail to compile. Take a look at the compile errors in the check failures. The error messages will point out the file and line numbers where the old name is still being used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
