You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/11/29 18:49:07 UTC

[groovy] branch master updated: Move `AstStringCompiler` to Java source root

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new fbfda5e  Move `AstStringCompiler` to Java source root
fbfda5e is described below

commit fbfda5ee97ba36cbee918874da90215bd813b3ac
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Nov 30 02:43:06 2019 +0800

    Move `AstStringCompiler` to Java source root
---
 .../org/codehaus/groovy/ast/builder/AstStringCompiler.java                | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/main/groovy/org/codehaus/groovy/ast/builder/AstStringCompiler.java b/src/main/java/org/codehaus/groovy/ast/builder/AstStringCompiler.java
similarity index 100%
rename from src/main/groovy/org/codehaus/groovy/ast/builder/AstStringCompiler.java
rename to src/main/java/org/codehaus/groovy/ast/builder/AstStringCompiler.java