Skip to content

Commit

Permalink
Merge pull request #197 from jrha/ttemplate_fix
Browse files Browse the repository at this point in the history
Include changes to allow use with latest javacc in JsonEncode/Decode
  • Loading branch information
stdweird committed Apr 13, 2018
2 parents 3738c2c + 2a2c26b commit d83ad8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import org.quattor.pan.dml.data.StringProperty;
import org.quattor.pan.exceptions.EvaluationException;
import org.quattor.pan.exceptions.SyntaxException;
import org.quattor.pan.template.Context;
import org.quattor.pan.template.SourceRange;
import org.quattor.pan.ttemplate.Context;
import org.quattor.pan.ttemplate.SourceRange;
import org.quattor.pan.utils.JsonUtils;
import org.quattor.pan.utils.MessageUtils;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import org.quattor.pan.dml.data.Undef;
import org.quattor.pan.exceptions.EvaluationException;
import org.quattor.pan.exceptions.SyntaxException;
import org.quattor.pan.template.Context;
import org.quattor.pan.template.SourceRange;
import org.quattor.pan.ttemplate.Context;
import org.quattor.pan.ttemplate.SourceRange;
import org.quattor.pan.utils.JsonUtils;
import org.quattor.pan.utils.MessageUtils;

Expand Down

0 comments on commit d83ad8d

Please sign in to comment.