Skip to content
Snippets Groups Projects

Fix: Correct package name for some Convert classes

Merged Paul Nitzke requested to merge package-fix into master
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
using Antlr4.Runtime;
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Misc;
namespace Transform.Convert
namespace SparseTransform.Convert
{
{
public class EListener : IAntlrErrorListener<IToken>
public class EListener : IAntlrErrorListener<IToken>
{
{
Loading